Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amreshpro/dsa


https://github.com/amreshpro/dsa

Last synced: about 9 hours 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)