Tip 1 : Do one project in JAVA
Tip 2 : Do practice on coding hubs
Tip 1 : Education is Important, But After Experience
Tip 2 : Do not put false things on resume.
- Morning time
- Environment was good.
- No
- Interviewer was good






1. 0-based indexing is used in the array.
2. We only care about the garden from 0 to 'N' only. So if i - 'ARR'['i'] < 0 or i + 'ARR'['i'] > 'N', you may ignore the exceeding area.
3. If some fountain covers the garden from position 'A' to position 'B', it means that the water from this fountain will spread to the whole line segment with endpoints 'A' and 'B'.



The start time of one job can be equal to the end time of another.



1. add(DATA) :
This function should take one argument of type and store it in its pool and returns the 'kth' largest number from the current pool of integers.
val - For this query, insert the integer into your current pool of integers and return the 'kth' largest integer from the existing pool of integers.
1. The maximum number of integers that will be given will always be under memory limits.
2. You will also be given an initial pool of integers whose size equals k.
3. The maximum number of queries will be less than 10^5.
4. The 'kth' largest element is not the 'kth' distinct element but the 'kth' largest element in the sorted order.
5. There will be at least one query of type 2.


Input: 'M' = 2, ‘N’ = 2
Output:
**
**
- Morning time
- Environment was good.
- No
- Interviewer was good
How does this job compare to others you might be interviewing for?
What interests you about this role?
What critical feedback do you most often receive?
What have been your most positive and negative management experiences?
Tip 1 : Practice as much as you can
Tip 2 : Practice in group

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?