Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
Collection of Algorithms implemented in Zig.
- Host: GitHub
- URL: https://github.com/TheAlgorithms/Zig
- Owner: TheAlgorithms
- License: mit
- Created: 2022-12-27T18:02:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T20:31:53.000Z (5 months ago)
- Last Synced: 2024-10-29T21:05:59.335Z (about 1 month ago)
- Topics: algorithms, data-structures, dynamic-programming, interview-questions, learning, math, mathematics, search, sorting, sorting-algorithms, zig, ziglang
- Language: Zig
- Homepage: https://the-algorithms.com/language/zig
- Size: 111 KB
- Stars: 166
- Watchers: 11
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-zig - TheAlgorithms/Zig
README
### 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
```