Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 804 Bytes

Data Structures & Algorithms

Example implementations of data structures and algorithms written in different languages.

How To Contribute

  1. git clone https://github.com/jeongwhanchoi/algorithms
  2. git checkout -b <Your-Branch-Name-Here>
  3. Code your files in the proper directory based on the instructions above
  4. add all your files git add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changes git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
  6. push your changes git push origin <Your-Branch-Name-Here>
  7. Create a Pull Request to master

For more information, read the CONTRIBUTING.MD

Table of Contents

Algorithms

  • Tower of Hanoi