Maximum Strongly Connected Component: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Maximum Strongly Connected Component (Strongly Connected Components)}} == Description == maintain: a directed graph, under: edge insertions/deletions, answer: what is the size of the largest SCC? == Related Problems == Related: Strongly Connected Components, Transitive Closure, Strong Connectivity (dynamic), 2 Strong Components (dynamic), Connected Subgraph == Parameters == No parameters found. == Table of Algorithms == Curre...") |
No edit summary |
||
Line 10: | Line 10: | ||
== Parameters == | == Parameters == | ||
$V$: number of vertices | |||
$E$: number of edges | |||
== Table of Algorithms == | == Table of Algorithms == | ||
Currently no algorithms in our database for the given problem. | Currently no algorithms in our database for the given problem. |
Latest revision as of 08:19, 10 April 2023
Description
maintain: a directed graph, under: edge insertions/deletions, answer: what is the size of the largest SCC?
Related Problems
Related: Strongly Connected Components, Transitive Closure, Strong Connectivity (dynamic), 2 Strong Components (dynamic), Connected Subgraph
Parameters
$V$: number of vertices
$E$: number of edges
Table of Algorithms
Currently no algorithms in our database for the given problem.