Compute longest increasing path in a matrix
Company: Meta
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates understanding of grid-based graph traversal, dynamic programming/memoization, and algorithmic complexity analysis for identifying longest strictly increasing paths in matrices.