2019
DOI: 10.1007/978-3-030-30786-8_8
|View full text |Cite
|
Sign up to set email alerts
|

Fast Breadth-First Search in Still Less Space

Abstract: It is shown that a breadth-first search in a directed or undirected graph with n vertices and m edges can be carried out in O(n + m) time with n log 2 3 + O((log n) 2 ) bits of working memory.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
2
1
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(1 citation statement)
references
References 12 publications
0
1
0
Order By: Relevance
“…Several optimizations were proposed for BFS search. Most notably, [45] reduces space usage to O(n) bits, and [3] performs several BFS in parallel from a node and some of its neighbors using bit-parallel word operations. Both methods could be used to further improve our approach.…”
Section: Other Related Workmentioning
confidence: 99%
“…Several optimizations were proposed for BFS search. Most notably, [45] reduces space usage to O(n) bits, and [3] performs several BFS in parallel from a node and some of its neighbors using bit-parallel word operations. Both methods could be used to further improve our approach.…”
Section: Other Related Workmentioning
confidence: 99%