algorithm-archive icon indicating copy to clipboard operation
algorithm-archive copied to clipboard

A collaborative book on algorithms

Results 104 algorithm-archive issues
Sort by recently updated
recently updated
newest added

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

Problem

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/).

Implementation
lang: rust

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

Discussion
GitBook

Includes section on Dijkstra's algorithm, with implementation in python.

Implementation
Chapter
lang: 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. ###...

Problem
General
Discussion
GitBook

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

Problem

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

General
Hacktoberfest
SCons

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

Implementation
Hacktoberfest
lang: scala