Visual representations of algorithms
They will be implemented using Nim and Drawim.
A list of the algorithms implemented or to be implemented is available at algorithms.md
Use nimble run item-name to run an especific implementation or nimble all to get a list of all implementations.
- Thanks to GabrielLasso for the module Drawim
- Thanks to The Nim Team for the Nim Programming Language