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
- Host: GitHub
- URL: https://github.com/ultraviolet-ninja/datastructures
- Owner: Ultraviolet-Ninja
- Created: 2021-01-09T17:08:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T22:48:38.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:10:40.365Z (4 months ago)
- Topics: data-structures
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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