We discussed problem of Tower of Hanoi earlier and written a recursive function to solve the problem, Recursive functions take lot of extra memory (New […]
Given an array of integers, create another array whose i‘th element contain the product of all the elements in original array except the i’th element in original […]
Given a String where characters are repeating. Write code to print the first character that is repeating later in the string. e.g, Input String: ritambhara […]