algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
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) -...
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...
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...
This PR adds examples of how to implement a `Stack` and a `Queue` in [Crystal](https://crystal-lang.org/).
Depends on #882 for book setup.
To run, ```bash emacs -Q --batch -l approximate-counting.el ```
How to run this is described in #846.