https://github.com/amreshpro/dsa
https://github.com/amreshpro/dsa
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amreshpro/dsa
- Owner: amreshpro
- Created: 2024-12-07T06:31:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:01:00.000Z (over 1 year ago)
- Last Synced: 2025-01-05T16:36:30.608Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Data Structures
| Linear | Non Linear | Associative |
|------------|-----|---------------|
| Array | Tree | HashMaps |
| LinkedList| Graph | |
| Stack | | |
| Queue |
> Array --> Static(fixed size) --> Dynamic(variable size)