Tip 1 : Know every anomaly in OOPS
Tip 2 : Be proficient in Dynamic Programming and Data Structures
Tip 3 : Also use memory saving methods to help better code
Tip 1: Be clear and concise
Tip 2: Add and always modify resume according to the company
Asked oops and threads
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?
Used how you solve a linkedlist
You have to return the deepest node which has both x, y as its descendants.
There may be cases where one of u or v is not present in the tree. In those cases, the reference provided to u or v will be NULL.
How can you fit in our company
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you select an element by class name in CSS?