Tip 1 : Best in Concepts
Tip 2 : Aware of DS Algo
Tip 1 : Crisp and Clear
Tip 2 : Explanation of last project


1. The grid has 0-based indexing.
2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
Thorough study of data structures



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
Thorough study of data structures
Oops, Class Designs
To design Bookmyshow

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?