-
3-Palindrome, I have tried my best approach to solve the question only by using recursion, and no loops
-
Elections, I have actually used a straight forward native approach of countaing the neutrals and handling them with loops
-
Tennis Court, A longer program as the points logic was to be implemented for all cases of serves and sets.
-
-
-
-
-
Unlocker, I have followed a simple naive approach, They work good on given testcases and custom edge cases.
-
T-Rex and Theme park question, I have completely used recursion for the path finding algorithm, and it is effective for all edge cases.