Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>the well knowns are :</p> <ul> <li>Depth-first search <a href="http://en.wikipedia.org/wiki/Depth-first_search" rel="noreferrer">http://en.wikipedia.org/wiki/Depth-first_search</a></li> <li>Breadth-first search <a href="http://en.wikipedia.org/wiki/Breadth-first_search" rel="noreferrer">http://en.wikipedia.org/wiki/Breadth-first_search</a></li> <li>Prim's algorithm <a href="http://en.wikipedia.org/wiki/Prim%27s_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Prim's_algorithm</a></li> <li>Kruskal's algorithm <a href="http://en.wikipedia.org/wiki/Kruskal%27s_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Kruskal's_algorithm</a></li> <li>Bellman–Ford algorithm <a href="http://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm</a></li> <li>Floyd–Warshall algorithm <a href="http://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm</a></li> <li>Reverse-delete algorithm <a href="http://en.wikipedia.org/wiki/Reverse-Delete_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Reverse-Delete_algorithm</a></li> <li>Dijkstra's_algorithm <a href="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Dijkstra's_algorithm</a> </li> </ul> <p>network flow</p> <ul> <li>Ford–Fulkerson algorithm <a href="http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm" rel="noreferrer">http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm</a></li> <li>Maximum Flow <a href="http://en.wikipedia.org/wiki/Maximum_flow_problem" rel="noreferrer">http://en.wikipedia.org/wiki/Maximum_flow_problem</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload