/algorithmsunlocked

Go implementations of the algorithms from the book 'Algorithms Unlocked'

Primary LanguageGoMIT LicenseMIT

algorithmsunlocked

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/chapterXX

where 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.

Reading Notes

Check out NOTES.md for my own summary of the book.

License

algorithmsunlocked is licensed under MIT license. Please check LICENSE.