Breadth-first search implementation in Zig https://xn--gckvb8fzb.com
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.