Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
AI interview prep powered by real interview data.
Connect with us on social media
Interview experiences & questions tagged Backtracking
Given a 2D grid of characters and a target string, determine whether the string can be constructed from adjacent cells moving in four possible directions (up, down, left, right). Each cell can only be used once in the path.
Given a grid representing a unique paths problem, provide a brute force solution as well as an optimal one. You need to explain the time complexity of both solutions.
Coming Soon