Tip 1 : Practice Coding questions from prepInsta.
Tip 2 : Worked on communication skills
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
- Morning time
- Environment was good.
- No
- Interviewer was good





*
**
***
****



Paragraph = ‘It's a square SqUare. It's a FLAT flat.’
Banned =[FLAT, IT, S].
So we can see these words [IT, S, SQUARE, FLAT ] are most frequent.
Now we will look at to banned list and we can see 3 of the words are banned.
So we have a unique answer SQUARE which has a frequency of 2 and not on the banned list.



A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements


Follow 0 based indexing.
Print the indices in sorted order.

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