Блог пользователя marawan222

Автор marawan222, история, 5 часов назад, По-английски

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

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
»
5 часов назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

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:

»
3 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

leetcode has quite a few of them