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

https://github.com/amreshpro/dsa


https://github.com/amreshpro/dsa

Last synced: 7 months ago
JSON representation

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)