Breadth-first search: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

8 October 2014

5 October 2014

25 September 2014

  • curprev 16:2916:29, 25 September 2014Lkw talk contribs 673 bytes +673 Created page with "== Pseudocode == <code> BFS(''G, s'') 1 '''for''' each vertex ''u'' ∈ ''G.V'' - {s} 2 ''u.color'' = WHITE 3 ''u.d'' = ∞ 4 ''u.''π =..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)