https://github.com/ryoga-exe/ac-library-zig
Zig implementation of AtCoder Library
https://github.com/ryoga-exe/ac-library-zig
atcoder-library competitive-programming zig zig-library zig-package
Last synced: 11 months ago
JSON representation
Zig implementation of AtCoder Library
- Host: GitHub
- URL: https://github.com/ryoga-exe/ac-library-zig
- Owner: Ryoga-exe
- License: cc0-1.0
- Created: 2024-02-26T23:39:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:02:47.000Z (about 1 year ago)
- Last Synced: 2025-06-17T18:42:07.550Z (about 1 year ago)
- Topics: atcoder-library, competitive-programming, zig, zig-library, zig-package
- Language: Zig
- Homepage:
- Size: 109 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ac-library-zig
ac-library-zig is a Zig implementation of AtCoder Library (ACL).
See below for ACL.
- [Original repository (implemented in C++)](https://github.com/atcoder/ac-library)
- [AtCoder Library (ACL) - AtCoder](https://atcoder.jp/posts/517)
- [AtCoder Library - Codeforces](https://codeforces.com/blog/entry/82400)
## API Reference
Automatically generated API Reference for the project can be found at https://repos.ryoga.dev/ac-library-zig.
> [!NOTE]
> Zig autodoc is in beta;
> the website may be broken or incomplete.