marawan222's blog

By marawan222, history, 3 hours ago, In English

Hello , suggest any problem (or set of problems) that can be solved using recursion and it's grid based , problems like go from s to e , or find the shortest path .... etc

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

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 hours ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

If you are looking for a standard problem set I recommend looking at Graph Algorithms inside CSES's problem set.

Here are some problems from that set that are grid based:

»
9 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

leetcode has quite a few of them