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
- Host: GitHub
- URL: https://github.com/tom474/learn_dsa_rmit
- Owner: tom474
- Created: 2024-03-01T04:40:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T09:13:08.000Z (8 months ago)
- Last Synced: 2025-02-08T10:23:03.749Z (8 months ago)
- Topics: algorithms, data-structures, java
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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