This repository contains Go implementations of all the algorithms introduced in the book Algorithms Unlocked by Thomas H. Cormen. To test the algorithms in each chapter, fork/download this repository and execute
go test -v github.com/ronaldseoh/algorithmsunlocked/chapterXXwhere XX is a chapter number. Note that Go 1.11+ is required to use Go Modules functionality. Please feel free to fork, create new issues, or make pull requests.
Check out NOTES.md for my own summary of the book.
algorithmsunlocked is licensed under MIT license. Please check LICENSE.