Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraj-kumar00/learnings-dsa-with-java
Documenting My DSA learning wth Java
https://github.com/suraj-kumar00/learnings-dsa-with-java
algorithms-and-data-structures data-structures dsa java oop
Last synced: 16 days ago
JSON representation
Documenting My DSA learning wth Java
- Host: GitHub
- URL: https://github.com/suraj-kumar00/learnings-dsa-with-java
- Owner: Suraj-kumar00
- Created: 2024-08-15T19:29:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:28:20.000Z (5 months ago)
- Last Synced: 2024-08-18T07:28:06.146Z (5 months ago)
- Topics: algorithms-and-data-structures, data-structures, dsa, java, oop
- Language: Java
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
![Java Poster](./Assets/DSA_Java_Poster.png)
## Programming Fundamentals
(Need to have a solid understanding of one of these Programming Languages)
#### C/C++/Java/Python
- [Input/Output]()
- [If/Else]()
- [Loop (Simple Loop, Nested loop)]()
- [Primitive Data Types]()
- [Functions]()=> [Knowing Mod(%) operators and its use]()
=> [Pattern Printing practice]()
## Data Structures & Algorithms
[Time & Space Complexity]()
### 1. Arrays
short introduction here with images and code snippets#### Basic Array Operations
- [Search]()
- [Rotate]()
- [Reverse]()
- [MIN/MAX]()
- [Shorting]()#### Advance Array Operations
- [Bubble Short]()
- [Insertion Short]()
- [Selection Short]()#### 2D Array
short introduction here with images and code snippets### 2. Linked-Lists
short introduction here with images and code snippets### 3. Stacks & Queue
short introduction here with images and code snippets### 4. Set & Map
### 5. Trees