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

https://github.com/suvasish114/dsa

Data structure and algorithm related problems and codes
https://github.com/suvasish114/dsa

algorithm data-structures

Last synced: about 2 months ago
JSON representation

Data structure and algorithm related problems and codes

Awesome Lists containing this project

README

          

[Reload](https://suvasish114.github.io/DSA/)

# Data Structure and Algorithm

This site contains a collection of examples and resources of various Data Structures and algrithms for cracking MNC level interview. This site is maintained by [Suvasish Das](https://suvasish114.github.io/).

Tags: `E`-easy, `M`-medium, `H`-hard

## Content

Data Structure
- [Array](/data_structure/array/README.md)
- [Linked List](/data_structure/linked_list/README.md)
- [Tree]()

Algorithm
- [Searching](/algorithm/searching/README.md)
- [Sorting](/algorithm/sorting/README.md)
- [Divide and Conquer](/algorithm/divide_and_conquer/README.md)
- [Dynamic Programming](/algorithm/dynamic_programming/README.md)

## Contribution

- Fork the repo.
- Commit some changes with appropriate commit message.
- Make a pull request, describing the changes.

Feel free to contribute. Any contribution in this repo are always welcome.