Open In App

Moonfrog Labs Interview Experience | Set 4

Improve
Improve
Like Article
Like
Save
Share
Report
1. Topological sort.
2. Reverse linked list in pairs. (1->2->3->4 to 2->1->4->3)
3. Print a binary tree in spiral order
4. Reverse an array without using subtract sign ‘-‘ anywhere in your code.
5. One DP problem in a 3*3 matrix which I don’t remember exactly.

 

Related Practice Problems


Last Updated : 18 Sep, 2023
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads