README.md
October 10, 2025 ยท View on GitHub
DSA repo
This repo is used for adding the DSA related stuffs
All the data structure related items are present in the data structure folder All the algorithm related items are present in the Algorithm folder The interview related questions and its solution from different coding websites are in the Coding Questions.
- ๐ Hi, Iโm Abhishek Tripathi(@abhishektripathi66)
- ๐๏ธ Iโm looking to collaborate on DSA
- ๐ซ How to reach me mail
This is the structure of the Project where we would be able to find the required solutions and even add the new solutions at the same place.
- src
- patterns
- normalPatterns
- patternsUsingRecursion
- algorithms
- backtracking
- breadthfirstsearch
- depthfirstsearch
- dijkstrasalgorithm
- graph
- greedyalgorithms
- searchingalogrithms
- sortingalgorithms
- codingquestions
- TwoPointerTechnique
- arrayinterviewquestion
- codeforces
- codingninjas
- generalquestions
- leetcode
- ds
- sql
- recursion
- streamsapiquestions
- datastructures
- arrayList
- arrayspackage
- binarytree
- disjointset
- doublylinkedlist
- hashmap
- hashset
- queue
- segmenttree
- singlylinkedlist
- stack
- treemap
- treeset
- patterns