Pagini recente » Diferente pentru problema/mergesort intre reviziile 14 si 15 | Diferente pentru problema/stalpi3 intre reviziile 5 si 6 | Diferente pentru problema/figuri intre reviziile 2 si 6 | Diferente pentru problema/peisaj intre reviziile 10 si 2 | Diferente pentru blog/meet-in-the-middle intre reviziile 30 si 31
Nu exista diferente intre titluri.
Diferente intre continut:
One neat idea is instead of starting the search from one node, start from both and see when the two search spaces meet. If the distance between two nodes is $k$ and the average branching factor in the network is $p$ then we explore $O(p^k/2^)$ nodes instead of $O(p^k^)$ nodes.
h2. Caveats
Unlike divide and conquer the trick in meet in the middle can't be applied recursively because the sub problems don't have the same structure as the original problem.
Bidirectional search can be often replaced by some search algorithm that uses some heuristics like A*.
Nu exista diferente intre securitate.
Topicul de forum nu a fost schimbat.