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

https://github.com/ultraviolet-ninja/datastructures

A place to store all data structures I've made
https://github.com/ultraviolet-ninja/datastructures

data-structures

Last synced: 3 months ago
JSON representation

A place to store all data structures I've made

Awesome Lists containing this project

README

        

# Data Structures
### Intro
This is all the Data Structures that I've made to solve a problem or understand how they work from the inside.

### Technologies
- JDK 8
- Gradle
- Circle CI

### So far
- AVL Tree
- Buffered Queue
- Read Only Ring
- Graphs
- [Map Stack](markdown/mapstack.md)
- Queue (ChainList)
- Trie