This project dives deep into the realm of data structures and algorithms. Also to demonstrate differences between languages, codings are done in Java, JavaScript, and Ruby. The goal is to implement and to give my own take on various data structures and algorithms. Further goal will be to add visualization with a full stack application. This documents my own findings and serves as a living repo for learning the subjects.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
For codes written in Ruby, after cloning you can run the following commands for RSpec testing.
$bundle install
...
$rspec spec
-
Array
-
Linked List
-
Heap
-
Stack
-
Queue
-
Priority Queue
-
Dictionary / Hashmap
This section will provide instructions on how to test and run the codes by language.
After most common data structures and algorithms have been written. Tests will be written for each language used.
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Billie Thompson - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc