A public repository of Datastructure implementations in Golang
There is an initial commit with a stack, but eventually I hope to build out functionality for binary tree, hashtable and 'standard' datastructures that are usually accepted in other languages
- Trie
- Stack
- Linked List
- Hashmap
- Binary Tree