This repository is trying to focus on the implementation of the data structures and algorithms described in Introduction to Algorithms with a modern programming language: GoLang
. For achieving this goal, more efforts are needed, including:
- Proof (think above the code)
- Elaborate comments
- Test/Benchmark
-
Binary Heap
- maximum heap
- minimun heap
- generic
-
TODO
- Linked List
- Sorting algorithms
- Quick sort
- Heap sort
- ...
- Code coverage