https://github.com/g1patil/data-structures-and-algorithms
Algorithms and Data structure practice repo. Contains algorithms from Leetcode as well as some general practice.
https://github.com/g1patil/data-structures-and-algorithms
algorithm algorithm-challenges algorithms algorithms-and-data-structures data-structure data-structures datastructures-algorithms datastuctures design-algorithm dp dynamic-programming graphs interview interview-practice java leetcode leetcode-java leetcode-solutions leetocde trees
Last synced: 15 days ago
JSON representation
Algorithms and Data structure practice repo. Contains algorithms from Leetcode as well as some general practice.
- Host: GitHub
- URL: https://github.com/g1patil/data-structures-and-algorithms
- Owner: g1patil
- License: apache-2.0
- Created: 2020-11-14T03:20:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T20:15:17.000Z (about 1 year ago)
- Last Synced: 2025-03-16T21:26:49.617Z (about 1 year ago)
- Topics: algorithm, algorithm-challenges, algorithms, algorithms-and-data-structures, data-structure, data-structures, datastructures-algorithms, datastuctures, design-algorithm, dp, dynamic-programming, graphs, interview, interview-practice, java, leetcode, leetcode-java, leetcode-solutions, leetocde, trees
- Language: Java
- Homepage:
- Size: 933 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures and Algorithms in Java
This repo contains the standard Data Structure and Algorithm question for coding interviews. The major focus is on the Leetcode platform.
Feel free to fork/contribute/share/createissue or ask any question. Majority of the algo are tested. The class are annotated with details about status.
## Contents
1. [Basic Practice](/src):
1. [Arrays](/src/main/java/arrays)
2. [Sliding Window Arrays](/src/main/java/arrays/slidingwindow)
3. [Disjointset/Union Find](/src/main/java/disjointset)
4. [Matrix](/src/main/java/matrix)
5. [Trees](/src/main/java/trees)
6. [Binary Trees](/src/main/java/trees/binary)
7. [Dynamic Programming](/src/main/java/dynamicprogramming)
8. [Graphs](/src/main/java/graph)
9. [Lists](/src/main/java/lists)
10. [Miscellaneous](/src/main/java/miscellaneous)
11. [Searching](/src/main/java/main/java/com//searching)
12. [Sorting](/src/main/java/sorting)
13. [Strings](/src/main/java/strings)
### Java Version
Java version 1.8.0_172
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)