A consolidated list of DSA problems from university coursework and more.
Questions implemented using C and C++. All Genuine PRs are welcomed! Read CONTRIBUTING.md
to contribute to this repository.
Happy Coding! :)
- Arrays
- Backtracking
- Binary Search Tree
- Binary Tree
- Dynamic Programming
- Graphs
- Greedy
- Hashing
- Heaps
- Implementation Based
- Semester LabQ
- Linked List
- Queue
- Searching
- Sorting Algos
- Stack
- Utility
- Fork this repository
- Use your command line\terminal to clone the forked repo
git clone
< forked repository URL>- cd into the created local repository.
- Add your C/C++ code. Make sure it adheres to
CONTRIBUTING.md
. git add
< file_name >git commit -m
< add_a_valid_comment >git push
the code to your forked repository.- Create a pull request.
Maintainer : Akash Chouhan
All rights reserved. Released under the GNU GENERAL PUBLIC LICENSE