ImnAmn's blog

By ImnAmn, history, 5 years ago, In English

Hi! I am sorry, Does the problem with tag of "dfs and similar" show that this solves ONLY with graphs?

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

»
5 years ago, # |
  Vote: I like it +1 Vote: I do not like it

No, it means you can solve this with BFS/DFS types algorithms. But doesn't mean that you can't solve them with any other approach. One problem can be solved in many ways.

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by ImnAmn (previous revision, new revision, compare).