Software Engineer · Senior-Level · Phone Screen
I had a coding interview where I was asked two questions: 1. Given a matrix, set all rows and columns containing a zero to zero. 2. Find the longest ordered path in a BST. The path doesn't necessarily need to pass through the root, and the function should retu...