Skip to content
Related Articles
Open in App
Not now

Related Articles

Moonfrog Labs Interview Experience | Set 4

Improve Article
Save Article
  • Difficulty Level : Medium
  • Last Updated : 16 Jan, 2016
Improve Article
Save Article
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.

 

If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!