Skip to content

harshitag456/Hacktoberfest-Data-Structure-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.

Not Affiliated with Digital Ocean or Hacktoberfest

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. git clone https://github.com/bareinhard/Hacktoberfest-Data-Structure-and-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

Alternate via Web

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

About

A repo to contains data structure s and algorithms, regardless of language.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 38.8%
  • C++ 24.8%
  • C 8.3%
  • JavaScript 7.3%
  • Python 7.1%
  • C# 4.8%
  • Other 8.9%