disk-based-bfs

Crates.iodisk-based-bfs
lib.rsdisk-based-bfs
version0.1.0
created_at2024-04-20 19:22:30.828213+00
updated_at2025-01-13 11:19:07.384128+00
descriptionFast generic implementation of breadth-first search using disk storage, suitable for extremely large implicit graphs.
homepage
repositoryhttps://github.com/benwh1/disk-based-bfs
max_upload_size
id1214824
size157,666
(benwh1)

documentation

README

Disk-based BFS

An implementation of disk-based breadth first search, using a version of the algorithm described in Richard Korf's paper Minimizing Disk I/O in Two-Bit Breadth-First Search modified to only require one bit per state.

Commit count: 283

cargo fmt