Q1.Design an photo viewing app which will show images from the disk in the list, and one item in the list should take half of the screen. (Andr... read more
Q2.Rearrange Linked List You have been given a singly Linked List in the form of 'L1' -> 'L2' -> 'L3' -> ... 'Ln'. Your task is to rearrange th... read more
Q3.LRU Cache Implementation Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations: 1. g... read more