Implementing algorithms in Go, using the Introduction to Algorithms (4th Edition) as a reference.
Sorting Algorithms
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Data Structures
Hash Tables
Red-Black Tree
B-Tree
NOTE:
This list is subject to change.
Some algorithms may not be implemented either because I already know them or simply because I don't want to (e.g., Bubble Sort, Binary Tree, AVL Tree).