Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BaReinhard/Hacktoberfest-Data-Structure-and-Algorithms
A repo to contains data structure s and algorithms, regardless of language.
https://github.com/BaReinhard/Hacktoberfest-Data-Structure-and-Algorithms
hacktoberfest
Last synced: about 16 hours ago
JSON representation
A repo to contains data structure s and algorithms, regardless of language.
- Host: GitHub
- URL: https://github.com/BaReinhard/Hacktoberfest-Data-Structure-and-Algorithms
- Owner: BaReinhard
- License: gpl-3.0
- Created: 2017-09-27T23:26:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T06:14:03.000Z (about 1 year ago)
- Last Synced: 2024-08-03T07:02:59.024Z (4 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage: https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
- Size: 1.6 MB
- Stars: 225
- Watchers: 11
- Forks: 707
- Open Issues: 737
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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***
![Hacktoberfest](https://pbs.twimg.com/media/Dn4njsBXkAEQWZs.jpg)
# 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