Zig
istry
Open main menu
Packages
Programs
AI
View More
Statistics
Apps
API
Help
About
Help
Star
Loading...
Zig
TheAlgorithms/Zig
MIT
Collection of Algorithms implemented in Zig.
242
242
41
0
12
algorithms,data-structures,dynamic-programming,interview-questions,learning,math,mathematics,search,sorting,sorting-algorithms,zig,ziglang
build.zig.zon
build.zig
View program on GitHub
Dependencies
Name
runner
URL
git+https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/#1f317ebc9cd09bc50fd5591d09c34255e15d1d85
Tag URL
Commit
README
The Algorithms
- Zig
Collection of algorithms implemented in Zig - for education
Resources
Learn
Introduction | ZigLang.org
Download & Documentation | ZigLang.org
Chapter 0 - Getting Started | ZigLearn.org
Frequently Asked Questions | ZigLang/Wiki
Project
Algorithms
Contributing
Code of Conduct
How to build
Require:
Zig v0.14 or higher
, self-hosting (stage3) compiler.
Test all
Run:
$> sh runall.sh