Skip to content

Commit

Permalink
hw5: Change problem statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Mar 5, 2024
1 parent d2dbaed commit d963fbe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hw5.tex
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,8 @@


\item Consider a graph of subway lines in Saint Petersburg in 2050\Href{https://web.archive.org/web/20240301072159/https://commons.wikimedia.org/wiki/File:Saint_Petersburg_metro_future_map_RUS.png}.
Consider only the vertices corresponding to transfer stations.
Smoothen out all other (non-transfer) vertices between transfer stations and also remove all pendant non-transfer vertices.
Denote the resulting graph~$G$.
Find~its vertex and edge connectivity, cut vertices and bridges, blocks and islands.
Smoothen out all vertices, i.e. retain only transfer and final stations.
Find all cut vertices and bridges, blocks and islands, maximum stable set, maximum matching, minimum dominating set, minimum vertex cover, minimum edge cover.


\item Find an error in the following inductive \enquote{proof} of the statement that every tree with $n$ vertices has a path of length $n - 1$.
Expand Down

0 comments on commit d963fbe

Please sign in to comment.