Boshkash_Hates_CP's blog

By Boshkash_Hates_CP, history, 19 months 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

| Write comment?
»
19 months ago, hide # |
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:

»
19 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

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

good luck!