- Notifications
You must be signed in to change notification settings - Fork0
A repo to contains data structure s and algorithms, regardless of language.
License
NotificationsYou must be signed in to change notification settings
geekboi777/Hacktoberfest-Data-Structure-and-Algorithms
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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/fileex: /data_structures/char_stack/cpp/cstack.cpp/algorithms/algorithm/language/fileex: /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
About
A repo to contains data structure s and algorithms, regardless of language.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Java33.3%
- C++26.5%
- C11.3%
- Python8.5%
- JavaScript6.8%
- C#4.0%
- Other9.6%
