Q1.Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The gi... read more
Q2.Beautiful String Ninja has been given a binary string ‘STR’ containing either ‘0’ or ‘1’. A binary string is called beautiful if it contains... read more
Q3.Multiples of 2 and 3 Ninja is bored with his previous game of numbers, so now he is playing with divisors. He is given 'N' numbers, and his ... read more