Data-Structures-And-Algorithms
Data-Structures-And-Algorithms copied to clipboard
A consolidated list of coding problems from university coursework and more.

Data Structures & Algorithms [C & C++]
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! :)
:book: Sub Directories
- 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
Steps To Contribute :
- 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 pushthe code to your forked repository.- Create a pull request.
License
Maintainer : Akash Chouhan All rights reserved. Released under the GNU GENERAL PUBLIC LICENSE