Блог пользователя moghit_ad

Автор moghit_ad, история, 3 года назад, По-английски

hi everyone this is my first time trying to solve a graph problem after learning a DFS algorithm i tried to solve this one on cses but it giving WA on some test cases can anyone tell me where's prob on my code ? here's my code:https://pastebin.com/5hDaJbY4

  • Проголосовать: нравится
  • -4
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The code is unreadable, either use the block thing in the toolbar or put the code in pastebin and send the link

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Here is My code using DSU , You can refer this https://cses.fi/paste/f3ea0f469366ebbd2b6c58/

P.S. -> first try to solve leetcode number of island problem