This is a collection of data structures implemented in Go. The goal is to provide a simple, easy to use, and well documented set of data structures that can be used in any Go project.
- Linked List
- Stack
- Queue
- Tree
- Graph
- Hash Table
- Heap
- Trie
- Binary Search Tree
-- Feel free to contribute to this project by adding more data structures or improving the existing ones. --