Tip 1 : Practice basic DSA questions.
Tip 2 : Do atleast 2-3 good projects.
Tip 3 : Try to take part in contest in a timed environment.
Tip 1 : Try to highlight your skills in a 1 page resume.
Tip 2 : Try to write what is the impact that you have created in the current working organization.
We were required to join zoom call and then we moved to breakout room and had discussion.



For Amount = 70, the minimum number of coins required is 2 i.e an Rs. 50 coin and a Rs. 20 coin.
It is always possible to find the minimum number of coins for the given amount. So, the answer will always exist.



Input:
'L' = 15 and 'R' = 19
There is only 1 number between which is good,
16 = 1 + 6 = 7 (which is a prime number).
We were required to join zoom call and then we moved to breakout room and had discussion.



If the input string is ‘str’ = ”aazbbby”, then your output will be “azby”.
Note that we are just removing adjacent duplicates.

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?