marawan222's blog

By marawan222, history, 2 weeks 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
  • +7
  • Vote: I do not like it

»
2 weeks ago, # |
  Vote: I like it +8 Vote: I do not like it
»
2 weeks ago, # |
Rev. 2   Vote: I like it +10 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:

»
2 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
2 weeks ago, # |
  Vote: I like it +3 Vote: I do not like it

contest dp atcoder, https://atcoder.jp/contests/dp

good luck!