LONGEST INCREASING PATH IN A MATRIX | PYTHON | LEETCODE # 329

Sdílet
Vložit
  • čas přidán 2. 03. 2022
  • In this video we are solving a popular Google Interview question: Longest Increasing Path in a Matrix.
    This is another one of those DFS based matrix traversal questions that comes up a lot on Leetcode. It isn't particularly difficult despite being labelled as a hard problem. The solution follows roughly the same template as most of these questions and the real tricky part is handling the conditions inside the DFS function to actually compute your result.
  • Věda a technologie

Komentáře • 2

  • @subee128
    @subee128 Před 6 měsíci

    Thanks

  • @yantinglai7183
    @yantinglai7183 Před rokem

    Hi, I've been following our channel to prepare for the Google interview for quite some time now. I really like your explanation and super grateful for your dedication to this channel!