Personal website Rudolf Adamkovič

Home / Computer science / Depth-first search (DFS)


Space and time complexity

The space and time complexity of DFS is

\[\mathcal{O}(bm) \qand \mathcal{O}(b^m)\]

respectively,

where \(b\) is the branching factor and
  \(m\) is the maximum search depth.

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.