This is a hacktoberfest repository for beginners. If you have a little knowledge about Data Structures, This is the repo for you.Implement Data Structures from scratch. Please make sure your PRs are mergable.
- Add any operation on any data structure. Preferably solve one of the Issues.
- You can use C/C++ as the language.
- Don't forget to add the problem name to README.md inside the concerned folder.
- Add your name to the CONTRIBUTORS section at the end of this README in specified format.
- If you are implementing a new Data Structure, add them to the list of Contents.
Kindly do not Spam.
- Linked List
- Singly Linked List
- Stack
- Queue
- Queue
- Circular Queue
- Priority Queue
- Binary Trees
-Sorting
- Bubble-sort