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

https://github.com/tom474/learn_dsa_rmit

[RMIT 2024A] COSC2658 - Data Structures & Algorithms - Learning Resources
https://github.com/tom474/learn_dsa_rmit

algorithms data-structures java

Last synced: 8 months ago
JSON representation

[RMIT 2024A] COSC2658 - Data Structures & Algorithms - Learning Resources

Awesome Lists containing this project

README

          

# Learn Data Structure & Algorithms from RMIT

A structured guide to mastering **Data Structures and Algorithms (DSA)** in Java, covering fundamental concepts, algorithmic paradigms, and performance optimization techniques.

## Tech Stack

- Java

## Content

- 01 - Introduction to Data Structures & Algorithms
- 02 - Algorithms Analysis and Design
- 03 - Linear Structures
- 04 - Non-linear Structures
- 05 - Time and Space Trade-offs
- 06 - Brute Force
- 07 - Divide and Conquer
- 08 - Decrease and Conquer
- 09 - Transform and Conquer
- 10 - Greedy and Dynamic Programming