Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 329. Longest Increasing Path in a Matrix
Given an m x n grid, return the length of the longest strictly increasing path you can make by moving up/down/left/right; the core challenge is finding the longest path in the directed acyclic graph formed by strictly increasing neighbor edges, typically solved with DFS+memoization or DP/topological ordering.
Asked at:
Meta
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Mid March, 2025
Meta
Mid-level
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.