Tip 1 : improve problem-solving skills by practicing a lot of good-quality questions
Tip 2: write what you have learned through your project or throughout your journey, don't add other things that you don't know
Tip 1: Mention only those skills which you know
Tip 2: Place your achievements projects education in chronological order
Built the power function in the most optimised time complexity.
Explain indexing , some mongo db related questions, like how to fetch details related to my project



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.



Let ‘TREE’ be a binary tree. The lowest common ancestor of two nodes, ‘N1’ and ‘N2’, is defined as the lowest node in ‘TREE’ with ‘N1’ and ‘N2’ as descendants (where we allow a node to be a descendant of itself).

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?