68

GitHub - BaReinhard/Hacktoberfest-Data-Structure-and-Algorithms: A repo to conta...

 6 years ago
source link: https://github.com/BaReinhard/Hacktoberfest-Data-Structure-and-Algorithms
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Hacktoberfest-Data-Structure-and-Algorithms

A repository containing data structures and algorithms, regardless of language.

No longer active

Not Affiliated with Digital Ocean or Hacktoberfest

CONTRIBUTING!

Contributing to this repo

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

How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms
  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
  7. Create a Pull Request to master on Web Page

Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

Credits

Logo created with: http://logomakr.com


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK