UVa 11396

Правка en1, от typedeftemplate, 2020-01-08 11:01:29

Hi,

Today, I worked on the following problem: https://onlinejudge.org/external/113/11396.pdf (UVa 11396)

While I recognized that the problem involved bipartite graphs, I could not figure out how to solve the problem, so I looked at the answer. Accordingly, I found out that a graph

$$$G$$$

can be decomposed into

$$$K_{1, 3}$$$

graphs if

$$$G$$$

is bipartite. While this solves the problem, I'm not so sure why this is true.

I understand that each of the

$$$K_{1, 3}$$$

graphs can have their center vertex colored black leaving the remaining three vertices to be colored white; however, I can't really figure out where the "each vertex has degree

$$$3$$$

," and "decomposition" (the graph can have many $K_{1, 3}$'s in them) parts come into play.

I've tried drawing pictures, but I can't seem to get the intuition that a bipartite graph check is enough. It's also pretty hard for me to come up with examples in which the criteria are satisfied and a decomposition is possible. Can someone please help convince me that a bipartite graph is enough? I don't understand the intuition behind this solution, and I cannot find much reasoning online. There are hints/solutions provided here, but they do not help me very much. I would really appreciate any help.

Теги #uva, #bipartite, #graph theory, #graphs, bicolorings, #graph

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en12 Английский typedeftemplate 2020-01-08 11:16:39 141
en11 Английский typedeftemplate 2020-01-08 11:13:44 2 Tiny change: 'ters are $2$, $4$, an' -> 'ters are $0$, $4$, an'
en10 Английский typedeftemplate 2020-01-08 11:12:52 6 Tiny change: 'ite graph is enough' -> 'ite graph check is enough'
en9 Английский typedeftemplate 2020-01-08 11:12:16 88
en8 Английский typedeftemplate 2020-01-08 11:11:40 0 (published)
en7 Английский typedeftemplate 2020-01-08 11:11:29 69 Tiny change: 'valid:\n\n![ ](http://i' -> 'valid:\n\n[Your text to link here...](http://i' (saved to drafts)
en6 Английский typedeftemplate 2020-01-08 11:10:35 32 Tiny change: 'valid:\n\n\n\n\n Can' -> 'valid:\n\n![ ](http://imgur.com/a/fn20qGK)\n\n\n Can'
en5 Английский typedeftemplate 2020-01-08 11:09:31 60
en4 Английский typedeftemplate 2020-01-08 11:06:43 228
en3 Английский typedeftemplate 2020-01-08 11:02:16 33
en2 Английский typedeftemplate 2020-01-08 11:01:52 10
en1 Английский typedeftemplate 2020-01-08 11:01:29 1380 Initial revision (published)