mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
[AD] Update summary to new version of helpers
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
\begin{itemize}
|
||||
\item \textbf{Graph Type:} Works on undirected, weighted graphs.
|
||||
\item \textbf{Approach:} Greedy, component-centric.
|
||||
\item \textbf{Time Complexity:} \tct{(|V| + |E|) \log(|V|)}.
|
||||
\item \textbf{Space Complexity:} Depends on the graph representation, typically \tct{E + V}.
|
||||
\item \textbf{Time Complexity:} $\tct{(|V| + |E|) \log(|V|)}$.
|
||||
\item \textbf{Space Complexity:} Depends on the graph representation, typically $\tct{E + V}$.
|
||||
\item \textbf{Limitations:} Efficient for parallel implementations but less commonly used in practice compared to Kruskal's and Prim's.
|
||||
\end{itemize}
|
||||
\end{properties}
|
||||
|
||||
Reference in New Issue
Block a user