This repository hold a golang package that will provide all Data Structures to implement inside your projects.
The following data structures are included in this library (More data structures will be added)
The following list displays which are already implemented, and the ones that are planned to be added
- Linked List
- Singly Linked List
- Doubly Linked List
- Circular Linked List
- Stack
- Queue
- Tree
- Graph
- Heap
- Trie
See the MIT license at the LICENSE.txt file inside the repo