Tip 1 : Create your own project don't buy
Tip 2 : Work on basic coding
Tip 3 : Be yourself
Tip 1 : Prepare 1-page resume
Tip 2 : Brief about you, the project in detail



Kevin has played this game once. He can only reach the level ‘i’ if and only if he has already cleared the level (‘i’ - 1).



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
I had prepared algorithm
coded with java c++

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?