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

https://github.com/deepanshu-rawat6/java-dsa-prep

Experimenting with data structures and algorithms!
https://github.com/deepanshu-rawat6/java-dsa-prep

algorithms data-structures java

Last synced: 11 months ago
JSON representation

Experimenting with data structures and algorithms!

Awesome Lists containing this project

README

          

# Placement Training

Learning and practicing data structures and algorithms in Java.

# List of topics

Here, is the list of topics covered till now:

- [x] Introduction to Java
- [x] Basics of Java
- [x] Expressions and Operators
- [x] Control Statements and Iterative Statements
- [x] Arrays
- [x] Binary Search
- [ ] Sorting Algorithms
- [ ] Bitwise Operators
- [ ] Maths related problems
- [x] Recursion
- [x] OOPs concepts
- [x] Linked Lists
- [x] Stacks and Queues
- [ ] Trees....(In Progress)
- [ ] Graphs