Problems Set For Later Consideration

  1. Repeated Element from an Array (Randomized Algorithm) – in an array of n elements n/2 elements are distinct and n/2 elements are same. We need to find the element that has been repeated. Read this ans as well.
  2. Third largest element in an array of distinct elements
  3. Print shortest path to print a string on screen
  4. Sorting http://visualgo.net/heap
  5. http://stackoverflow.com/questions/4607945/how-to-find-the-kth-smallest-element-in-the-union-of-two-sorted-arrays
  6. http://www.geeksforgeeks.org/find-frequency-of-each-element-in-a-limited-range-array-in-less-than-on-time/
  7. http://www.crazyforcode.com/design-tinyurl-service/
  8. http://www.crazyforcode.com/merging-2-arrays-extra-space/
  9. Array Problem Set List – http://javarevisited.blogspot.in/2015/06/top-20-array-interview-questions-and-answers.html
  10. https://theinterviewhacker.com/2016/01/13/a-few-good-programming-questions/
  11. https://theinterviewhacker.com/2016/02/11/10-phone-screen-questions/
  12. https://dancres.github.io/Pages/
  13. https://www.quora.com/Is-there-any-book-to-prepare-for-System-Design-and-Architecture-interview-questions
  14. https://www.careercup.com/question?id=24532662
  15. Skyline Problem
  16. Maximum Rectangular Area in Histogram

Leave a comment