Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thealgorithms/zig

Collection of Algorithms implemented in Zig.
https://github.com/thealgorithms/zig

algorithms data-structures dynamic-programming interview-questions learning math mathematics search sorting sorting-algorithms zig ziglang

Last synced: 3 days ago
JSON representation

Collection of Algorithms implemented in Zig.

Awesome Lists containing this project

README

        


The Algorithms - Zig


Build workflow


Discord community

Collection of algorithms implemented in Zig - for education


### Resources

#### Learn

* [Introduction | ZigLang.org](https://ziglang.org/learn/#introduction)
* [Download & Documentation | ZigLang.org](https://ziglang.org/download)
* [Chapter 0 - Getting Started | ZigLearn.org](https://ziglearn.org/)
* [Frequently Asked Questions | ZigLang/Wiki](https://github.com/ziglang/zig/wiki/FAQ)

#### Project

* [Algorithms](DIRECTORY.md)
* [Contributing](CONTRIBUTING.md)
* [Code of Conduct](CODE_OF_CONDUCT.md)

### How to build

**Require:**
- [Zig v0.13 or higher](https://ziglang.org/download), self-hosting (stage3) compiler.

### Test all

Run:

```bash
$> sh runall.sh
```