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

https://github.com/tom474/learn_java_dsa_udemy

[Udemy] Java Data Structures & Algorithms
https://github.com/tom474/learn_java_dsa_udemy

algorithms data-structures java

Last synced: about 1 year ago
JSON representation

[Udemy] Java Data Structures & Algorithms

Awesome Lists containing this project

README

          

# Learn Java Data Structures & Algorithms from Udemy

A structured guide to mastering **Data Structures and Algorithms (DSA)** in Java, covering fundamental and advanced concepts to build efficient and optimized solutions.

## Tech Stack

- Java

## Content

- 01 - Big O
- 02 - Classes
- 03 - Pointers
- 04 - Linked Lists
- 05 - Doubly Linked Lists
- 06 - Stacks
- 07 - Queues
- 08 - Trees
- 09 - Hash Tables
- 10 - Graphs
- 11 - Heaps
- 12 - Recursion
- 13 - Sorting Algorithms
- 14 - Dynamic Programming