algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
Example code is also a visualization demo
I used [tuProlog](http://apice.unibo.it/xwiki/bin/view/Tuprolog/WebHome) as IDE for Prolog. It's possible that other IDEs use slightly different implementations of Prolog, but I think this should work in other implementations as well.
## Description Currently code blocks in the AAA handle lines [which are longer than possible (for the current view width)] by inserting a scroll bar on the bottom of the...
To help visualise #848 I've created a branch with a sample file. The idea is to keep modifying it (by me and maintainers directly) until we're satisfied. But because of...
# Feature Request Add scons to the build workflow ## Description Add Scons to the build and deploy workflow files in GitHub actions. If it fails scons for build/deploy workflow,...
By running the command `docker run --rm -v "$PWD:/gitbook" -p 4000:4000 billryan/gitbook gitbook install && gitbook serve` one can entirely circumvent installing node.js and gitbook. Maybe this should be added...
### Description This issue is meant to be an overview on which chapters need their input or output to be standardized. ### Why Why this needs to be done is...