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!
- Host: GitHub
- URL: https://github.com/deepanshu-rawat6/java-dsa-prep
- Owner: deepanshu-rawat6
- Created: 2022-09-09T05:18:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T04:47:20.000Z (over 1 year ago)
- Last Synced: 2024-08-01T06:49:34.714Z (over 1 year ago)
- Topics: algorithms, data-structures, java
- Language: Java
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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