Ada Cohort 13's repositories
recursion-writing
Practice writing recursive methods
ride-share
Exercise: Practice working with nested arrays, nested hashes, and performing data transformations
ride-share-rails
Project: Rails app that manages a local community Rideshare program
Bipartition-Graph
An exercise working with graphs
code-reviews
A repository to each code reviews
dynamic-programming
A dynamic programming exercise
dynamic-programming-js
Dynamic programming practice based on https://github.com/Ada-C12/dynamic-programming
exquisite-react
Project: Handle events, state, and props through forms in React for an Exquisite Corpse poetry creation implementation
hash-practice-js
JavaScript version of https://github.com/AdaGold/hash-practice
heaps-js
JS version of Heaps Practice, based on https://github.com/Ada-C11/heaps
linked-list
A singly linked list with each node containing integer data. Methods on the singly linked list
linked-list-js
JavaScript version of https://github.com/AdaGold/linked-list
list-implementations
Comparing List interfaces implemented with Array vs Linked Nodes
media-ranker-revisited
Project: Add controller tests and OAuth to an existing project
personal-portfolio-site
Project: Create a static site representing your portfolio of coding work
stacks-queues-js
Stack and queue practice in Javascript based on Ruby version at https://github.com/Ada-C13/stacks-queues
tree-practice
A repository created to practice writing Binary Search tree methods
tree-practice-js
Practice with binary search trees in Javascript
video-store-api
Project: Create an API that demonstrates a number of GET and POST requests in Rails