1
0
Fork
You've already forked bfstree.zig
0
Breadth-first search implementation in Zig https://xn--gckvb8fzb.com
  • Zig 100%
Find a file
2026年02月08日 20:33:53 +09:00
.github Add pull_request_template.md 2025年12月15日 12:33:25 +01:00
src Update to Zig 0.15.0+ 2026年02月08日 20:33:53 +09:00
.gitignore Implement initial version of Breadth-first search 2025年03月18日 22:40:35 +01:00
build.zig Replace createModule with addModule 2025年04月14日 13:50:57 -05:00
build.zig.zon Update to Zig 0.15.0+ 2026年02月08日 20:33:53 +09:00
LICENSE Implement initial version of Breadth-first search 2025年03月18日 22:40:35 +01:00
README.md Update to Zig 0.15.0+ 2026年02月08日 20:33:53 +09:00

bsftree

Breadth-first search implementation in Zig that supports Zig 0.14 & 0.15.0+.

Usage

Refer to the test "BFS Path Finding" case in src/root.zig. :-)

Contributing

Contributions are welcome, please submit a PR on GitHub.