Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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


  1. About The Project

  2. Built with

  3. Description

  4. Contact

## 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.

(back to top)

### Built With

- [![cpp][cpp]][cpp-url]

(back to top)

## 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

(back to top)

## Contact

Linkedin - [@shivam-kumar](https://www.linkedin.com/in/shivam-kumar-14701b249/)

Project Link: [https://github.com/shivam6862/](https://github.com/shivam6862/)

(back to top)

[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/