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
- Host: GitHub
- URL: https://github.com/suvasish114/dsa
- Owner: suvasish114
- Created: 2020-10-11T05:42:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T12:11:51.000Z (almost 2 years ago)
- Last Synced: 2025-08-03T10:38:35.315Z (8 months ago)
- Topics: algorithm, data-structures
- Language: Java
- Homepage: https://suvasish114.github.io/DSA
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.