Tip 1 : Do read the concept and practice maximum
Tip 2 : Try to solve at least 2 code per day (If you're working in some job)
Tip 1 : Do not put false things
Tip 2 : keep your resume short
Normal coding problems



Do not allocate extra space for another array. You need to do this by modifying the given input array in place with O(1) extra memory.
'n' = 5, 'arr' = [1 2 2 2 3].
The new array will be [1 2 3].
So our answer is 3.
DSA




What are semaphores?
What is virtual memory?
Salary discussion.
What are your expectations.
Where do you see yourself in 5 years?

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?