al-go-rithms Minimal examples of data structures and algorithms in GoLang Inspired by https://github.com/keon/algorithms List of Implementations linkedlist Singly Linked List Tests To run the tests, clone the repo and run : go test -v ./...