algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
# Bug Report ## Description The issue is that syntax highlighting is either non existent or partially existent for many languages. This is not urgent in any way, it's more...
This implementation makes use of the [`ndarray`](https://crates.io/crates/ndarray) crate, which is accessible from the [Rust Playground](https://play.rust-lang.org/).
# Feature Request ## Description One of the highest barriers to entry for any project is an inability to understand the language of the source material or in the case...
Includes section on Dijkstra's algorithm, with implementation in python.
GitBook takes the content and converts it to the HTML code webbrowsers can read. However, it became apparent that GitBook is no longer a great fit for the AAA. ###...
# Bug Report ## Description When on mobile, and the theme is sepia or dark and you scroll up from the top the bar at the top disappears which makes...
# Feature Request Add more language builders to the SCons-based build system. ## Description Since #885 was merged, we now have a build system that aims to provide a compilation...
Haskell
This issue is to create a builder script for Haskell programs. One suggestion I have is to reuse and slightly modify the [SCons/scons-contrib Haskell script](https://github.com/SCons/scons-contrib/blob/master/sconscontrib/SCons/Tool/haskell/haskell.py) for our needs, since it...