Skip to content

The idea is to write Go code for some (if not all) of the algorithms I come across in the book 'The Algorithm Design Manual, 3rd edition' by Steven Skiena

Notifications You must be signed in to change notification settings

chupe/TheAlgorithDesignManual_in_Go

Repository files navigation

TheAlgorithDesignManual_in_Go

The idea is to write Go code for some (if not all) of the algorithms I come across in the book 'The Algorithm Design Manual, 3rd edition' by Steven Skiena in hopes of getting more intimately familiar with the concepts explained in the book, as well as writing Go code. My solutions are far from perfect, hence the value in writing them down - self-improvement over time.

The code is roughly divided by name of book chapters.

Here are the coding style references that I've been doing my best to practice implementing alongside:

About

The idea is to write Go code for some (if not all) of the algorithms I come across in the book 'The Algorithm Design Manual, 3rd edition' by Steven Skiena

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages