Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam6862/data-structures-and-algorithms
Data-structures-and-algorithms problems and code...
https://github.com/shivam6862/data-structures-and-algorithms
cpp17 dp dsa-algorithm graph linked-list object-oriented-programming recursion tree tries
Last synced: 21 days ago
JSON representation
Data-structures-and-algorithms problems and code...
- Host: GitHub
- URL: https://github.com/shivam6862/data-structures-and-algorithms
- Owner: shivam6862
- Created: 2023-03-25T22:29:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-22T09:41:02.000Z (5 months ago)
- Last Synced: 2024-07-22T11:45:02.239Z (5 months ago)
- Topics: cpp17, dp, dsa-algorithm, graph, linked-list, object-oriented-programming, recursion, tree, tries
- Language: C++
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Data Structures and Algorithms
This project focuses on Learn Data Structures and Algorithms and their applications.
Report Bug
·
Request Feature
Table of Contents
## About The Project
This project focuses on Data Structures and Algorithms and their applications. The study covers various topics, including Basic, Linked list, Binary tree , generic tree , Heap and Priority Queue, Graph, Recurrsion, Backtracking, Dp, Bits, Sieve, Object-Oriented-Programming and Practice.
### Built With
- [![cpp][cpp]][cpp-url]
## Description
The goal of this project is to provide a comprehensive overview of different Data Structures and Algorithms and their implementation.
### The project includes the following topics:
- 1. Basic
- 2. Linked list
- 3. Binary tree
- 4. Generic tree
- 5. Heap and Priority Queue
- 6. Graph
- 7. Recurrsion
- 8. Backtracking
- 9. Dynamic programming
- 10. Bits
- 11. Sieve
- 12. Object-Oriented-Programming
- 13. Practice
## Contact
Linkedin - [@shivam-kumar](https://www.linkedin.com/in/shivam-kumar-14701b249/)
Project Link: [https://github.com/shivam6862/](https://github.com/shivam6862/)
[contributors-shield]: https://img.shields.io/github/contributors/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge
[contributors-url]: https://github.com/shivam6862/Data-structures-and-algorithms/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge
[forks-url]: https://github.com/shivam6862/Data-structures-and-algorithms/network/members
[stars-shield]: https://img.shields.io/github/stars/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge
[stars-url]: https://github.com/shivam6862/Data-structures-and-algorithms/stargazers
[issues-shield]: https://img.shields.io/github/issues/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge
[issues-url]: https://github.com/shivam6862/Data-structures-and-algorithms/issues
[license-shield]: https://img.shields.io/github/license/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge
[license-url]: https://github.com/shivam6862/Data-structures-and-algorithms/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/shivam-kumar-14701b249/
[cpp]: https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white
[cpp-url]: https://devdocs.io/cpp/