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

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.

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)