Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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