Graphs where Search Methods are Indistinguishable

Matjaž Krnc,Nevena Pivač
DOI: https://doi.org/10.48550/arXiv.2109.00035
2021-09-06
Abstract:Graph searching is one of the simplest and most widely used tools in graph algorithms. Every graph search method is defined using some particular selection rule, and the analysis of the corresponding vertex orderings can aid greatly in devising algorithms, writing proofs of correctness, or recognition of various graph families. We study graphs where the sets of vertex orderings produced by two different search methods coincide. We characterise such graph families for ten pairs from the best-known set of graph searches: Breadth First Search (BFS), Depth First Search (DFS), Lexicographic Breadth First Search (LexBFS) and Lexicographic Depth First Search (LexDFS), and Maximal Neighborhood Search (MNS).
Discrete Mathematics,Combinatorics
What problem does this paper attempt to address?