Example implementations of data structures and algorithms written in different languages.
git clone https://github.com/jeongwhanchoi/algorithms
git checkout -b <Your-Branch-Name-Here>
- Code your files in the proper directory based on the instructions above
- add all your files
git add your/directory/path/to/file/
(see new directory structure above) - commit your file changes
git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
- push your changes
git push origin <Your-Branch-Name-Here>
- Create a Pull Request to master
For more information, read the CONTRIBUTING.MD
- Tower of Hanoi