DFS Help !

Revision en1, by senshi2504, 2017-08-07 00:33:17

http://codeforces.com/contest/767/problem/C

I have done some very basic questions of DFS , but I always feel confused and not so sure about , how to systematically formulate my solution in the dfs code . I feel confused , wheather to place certain statements before or after the recurssive call. A similar situation happens for this problem too . I came up with the idea , but feel lost when I have to code it in the dfs solution. I would request this community , to please share your approaches towards handling such DFS codes . Thanks :)

Tags #dfs, help, #implementation, #code

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English senshi2504 2017-08-07 00:33:17 555 Initial revision (published)