- 
                    Linked List Kth largest ElementHow to find the kth largest element in a linked list? Can you do this without using extra memory and also without modifying (sorting) the list? 
- 
                    Duplicate Elements ArrayYou have an array of size '2n' of these, 'n+1' elements are distinct and 1 element is repeated 'n' times. You must find the repeated element and say how many times it has repeated. Your solution must use minimum no. of comparisons. Also, say how many comparisons your solution will make in the worst case? 

 
  
  
 