Quiz: Identifying Sequence Starts

Test your understanding

Check Your Understanding

To find consecutive sequences in O(n) without sorting, what data structure should you use?

  1. A.Hash set
  2. B.Binary search tree
  3. C.Min heap
  4. D.Sorted array
Start the roadmap to answer the quizzes and solve the challenges