220 likes | 233 Views
This helpful hint provides guidance for solving problems related to sorting algorithms, divide-and-conquer techniques, and planar graph separators. It includes hints for specific problems and useful information on topics such as longest increasing subsequence, the Tarjan-Lipton Theorem, and Dijkstra's algorithm.
E N D
Hint for Homework 1 Sorting and Divide-and-Conquer
Hint for Problem 1 not work !!!
Hint for Problem 8 (2) (3)
Planar Graph Separator Tarjan-Lipton Theorem (1979)
Example Dijkstra’s algorithm can find the shortest path from s to t in time O((n+m) log n) where n is # of nodes and m is # of edges.
Planar Graph induction Exercise