https://github.com/suraj-singh12/cpp-dsa
Data Structure and Algorithm C C++
https://github.com/suraj-singh12/cpp-dsa
c cpp dsa dsa-algorithm
Last synced: about 2 months ago
JSON representation
Data Structure and Algorithm C C++
- Host: GitHub
- URL: https://github.com/suraj-singh12/cpp-dsa
- Owner: suraj-singh12
- Created: 2021-06-27T14:02:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T18:57:44.000Z (almost 5 years ago)
- Last Synced: 2025-08-17T21:37:08.507Z (11 months ago)
- Topics: c, cpp, dsa, dsa-algorithm
- Language: C++
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structure and Algorithms
Data Structure and Algorithm is a crucial part in programming for a developer.
Problem solving isn't tough but solving a problem efficiently is what matters.
Data structures allow developers to do find an efficient solution for the problem.
A good algorithm usually comes together with a set of good data structures that allow the algorithm to manipulate the data efficiently.
So this repository aims at providing well-documented topic-wise codes for data structures and algorithms.
Most of the codes are written in C or C++ language but can easily be converted into java or python.