Please read the new rule regarding the restriction on the use of AI tools. ×

alihor_hsrah's blog

By alihor_hsrah, history, 14 months ago, In English

I am stuck in round dance problem https://cses.fi/problemset/task/1696 on cses . And i find it difficult to do graph problems. Can anybody give me tips to improve my graph logics.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it

That problem requires maximum matching, which is a relatively hard topic. You may want to try the other graph problems first. Read USACO Guide for some theory.