Tip 1 : Clear your basic
Tip 2 : Start coding with Array and String
Tip 3 : Practice more on coding part.
Tip 1 : Mention your top skills
Tip 2 : Describe the project properly.



1. Both STR and PTR consist of English uppercase letters.
2. Length of string 'STR' will always be greater than or equal to the length of string ‘PTR’.
3. In case, there is no anagram substring, then return an empty sequence.
4. In case of more than one anagrams, return the indices in increasing order.



1. Any left parenthesis '(' must have a corresponding right parenthesis ')'.
2. Any right parenthesis ')' must have a corresponding left parenthesis '('.
3. Left parenthesis '(' must go before the corresponding right parenthesis ')'.
4. '*' could be treated as a single right parenthesis ')' or a single left parenthesis '(' or an empty string.
5. An empty string is also valid.






If the given linked list is 1 -> 2 -> 3 -> 4 -> 5 -> NULL.
Then rearrange it into 1 -> 5 -> 2 -> 4 -> 3 -> NULL.
Introduce yourself briefly.
Tell me about your projects.
Elaborate a scenario where you lead a team.

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