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

A collaborative book on algorithms

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

The following implementations were not fully standardized: Implementations which seem to contain errors or do not run: - clojure - factor (can't get to run either [online](https://tio.run/#factor) or locally) -...

Implementation Edit
Hacktoberfest
Standardisation

This PR implements stack and queue in Go. *Note:* `code/go/stack-queue.go`also includes a `func main` where all the tests are written but I'm not sure where to include these (or if...

Implementation
lang: go

See #882 for book boilerplate. I think there is some inconsistency both in - how some of the functions are supposed to be defined, such as return type for the...

Chapter
lang: emacs-lisp

This PR adds examples of how to implement a `Stack` and a `Queue` in [Crystal](https://crystal-lang.org/).

Implementation
hacktoberfest-accepted
lang: crystal

Depends on #882 for book setup.

Implementation
hacktoberfest-accepted
lang: emacs-lisp

To run, ```bash emacs -Q --batch -l approximate-counting.el ```

Implementation
hacktoberfest-accepted
lang: emacs-lisp

How to run this is described in #846.

Implementation
lang: c#

Implementation
lang: racket