Fun With Algorithms and Data Structures in Go "Algorithms + Data Structures = Programs" - Niklaus Wirth Data Structures Node Chain Linked List Stack Queue Binary Tree AVL Tree Heap Graph Algorithms Sorting Bubble Sort Insertion Sort Selection Sort Merge Sort Quick Sort Dijkstra's shortest path Run Tests go test -v ./...