A repository containing data structures and algorithms, regardless of language.
Not Affiliated with Digital Ocean or Hacktoberfest
Implementing new File/Directory Structure
- Try to keep things as modular as possible, the new file/directory structure should be:
/data_structures/structure/language/file
ex: /data_structures/char_stack/cpp/cstack.cpp
/algorithms/algorithm/language/file
ex: /algorithms/bubble_sort/cpp/bubble_sort.cpp
- Fork Repo on Web Page
git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms
- 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
- Create a Pull Request to master on Web Page
- Fork Repo on Web Page
- Make your changes on your forked repo
- Make Pull Request to master
Logo created with: http://logomakr.com