Tip 1 : Focus on data structures
Tip 2 : Focus more on object oriented design and design principles
Tip 3 : Be firm with your decisions
Tip 1: Try to put down the correct information and prepare all the skills that you have written down.
Question on Data structures



• The left subtree of a node contains only nodes with data less than the node’s data.
• The right subtree of a node contains only nodes with data greater than the node’s data.
• Both the left and right subtrees must also be binary search trees.
Given binary tree:

In the given binary tree, subtree rooted at 2 is a BST and its size is 3.
Lld
Design parking lot and questions were there related to parking spaces and concurrency
Hld
Design ludo

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