bfs
fun bfs(source: ConfLib.AtomInfo, visitSource: Boolean = false, shouldVisit: (fromAtom: ConfLib.AtomInfo, toAtom: ConfLib.AtomInfo) -> Boolean = { _, _ -> true }): Iterable<ConfLib.AtomInfo>
Content copied to clipboard
Walk the bond graph using breadth-first search.