Find a file
2025-12-15 12:33:25 +01:00
.github Add pull_request_template.md 2025-12-15 12:33:25 +01:00
src Fix memory leaks, segfault, refactor code 2025-04-15 21:15:38 -05: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 Clean build.zig.zon, update README 2025-09-17 11:26:11 +02:00
LICENSE Implement initial version of Breadth-first search 2025-03-18 22:40:35 +01:00
README.md Clean build.zig.zon, update README 2025-09-17 11:26:11 +02:00

bsftree

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

Usage

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

Contributing

Contributions are welcome, please submit a PR on GitHub.