https://github.com/mardavsj/dsa-in-java
https://github.com/mardavsj/dsa-in-java
algorithm-challenges data-structures dsa-practice java
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mardavsj/dsa-in-java
- Owner: mardavsj
- Created: 2023-02-14T11:54:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T16:44:29.000Z (about 2 years ago)
- Last Synced: 2025-02-14T01:48:23.222Z (8 months ago)
- Topics: algorithm-challenges, data-structures, dsa-practice, java
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data Structure & Algorithms (JAVA)
Goals to perform using JAVA are as follows:
1. Arrays
2. String
3. Linked List
4. Searching Algorithm
5. Sorting Algorithm
6. Divide & Conquer Algorithm
7. Stack
8. Queue
9. Tree Data Structure
10. Graph Data Structure
11. Greedy Methodolgy
12. Recursion
13. Backtracking Algorithm
14. Dynamic Programming.Special thanks to Kunal Kushwaha for his course available online for free! 🤗