|
|
|
||
Amortized, randomized complexity. Dynamic structures representing
graph, allowing fast queries for given basic graph properties
(connectivity, planarity) and fast updates of underlaying graph.
Last update: T_KTI (10.04.2001)
|
|
||
Naučit základy dynamických datových struktur, zaměřených na grafy. Last update: T_KTI (23.05.2008)
|
|
||
Zkouška sestává z ústní části (při níž používáme tužku a papír). Požadavky odpovídají sylabu přednášky v rozsahu prezentovaném na přednášce. Last update: Majerech Vladan, Mgr., Dr. (06.10.2017)
|
|
||
Majerech V.: Datové struktury. (Skripta v elektronické podobě, zatím obsahují pouze některé kapitoly, aktuální verzi je možno získat pomocí: anonymous ftp na @kti.ms.mff.cuni.cz v adresáři /usr/maj)
Westbrook J.: Disertační práce
Tarjan R.E.: Data structures and network algorithms. SIAM, 1983
Články Last update: Zakouřil Pavel, RNDr., Ph.D. (05.08.2002)
|
|
||
Disjoint Find Union (unions of equivalence classes starting from singletons) application on incremental connectivity (allowing edge insertions).
The same problem with backtracking.
Splay trees.
How to maintain topology of the forest using 'trees of paths'.
Application of 'trees of paths' - finding blocking flow in layered net in $O(m\log m)$ time.
Application of 'trees of paths' - maintaining bridge blocks or blocks.
Backtracking and maintainance of bridge blocks or blocks.
Clusterisation - maintainance of bridge blocks or blocks with arbitrary delete (worst case).
Sparsification - speeding up method for graph algorithms.
SPQR decomposition of plan(e/ar) graphs.
Top trees - edge oriented clusterisation. Tree representation with friendly user interface.
Application of Top trees on maintainance of bridge blocks and blocks in amortized polylog time, and other Top trees applications are left on TIN032. Last update: T_KTI (24.05.2004)
|