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.15.1 or higher](https://ziglang.org/download), self-hosting (stage3) compiler. ### Test all Run: ```bash zig run runall.zig ```