DataStructure rewritten in zig.
Find a file
2026-05-13 20:54:40 +00:00
src feat: complete Dn01 2026-05-10 01:18:15 +08:00
.gitignore feat: first commit 2026-05-09 19:36:55 +08:00
build.zig feat: complete Dn01 2026-05-10 01:18:15 +08:00
README.md docs: nothing else 2026-05-13 20:54:40 +00:00

DSZ

Nothing else, I just want to revise for my ds course && zig.

HOW TO USE

Build all:

zig build

Or specify the target like:

zig build -Dn=01

It would be compiled and executed.