Oracle OCI | Phone | Merge K sorted Lists
Anonymous User
1659

Had a 1 hour techical phone interview

  1. My background
  2. Coding Problem
  3. Time complexity
  4. Questions for the interviewer

Coding Problem:
Merge multiple sorted Lists and result should be in sorted order.

public List<Integer> merge(List<List<Integer>> sortedLists)

Related problems:

Comments (3)