Tip 1 : prepare mid level problems
Tip 2 : prepare LLd/HLD
Tip 1 : Include the skills that you well know of
Tip 2 : Include the ratings of the skills that you know



If two words have the same frequency then the lexicographically smallest word should come first in your answer.
Can you solve it in O(N * logK) time and O(N) extra space?
1 Initially I tried to Create a map mp, to store key-value pair, i.e. element-frequency pair by traversing the array from start to end.
2 so i have entries of elements with its frequencies in map.
3 now i tried to store the element-frequency pair in a Priority Queue
4 finally i tried to run a loop k times, and in each iteration remove the root of the priority queue and print the element.



1. The grid has 0-based indexing.
2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
1 Initially i took an empty queue and tried to insert all rotten oranges into queue.
2 Run a loop While queue is not empty
3 so dequeue an orange from the queue, rot all adjacent oranges. While rotting the adjacent, make sure that the time frame is incremented only once. And the time frame is not incremented if there are no adjacent oranges.
Design Rest Apis for parking lot.
Tip 1 : should have proper knowledge of Database concepts why you are using this particular database.
Tip 2 : should have proper knowledge of OS throughly.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: