Nielsen interview question

Leetcode Question 1: https://leetcode.com/problems/merge-intervals/description/ Question 2: https://leetcode.com/problems/single-number-ii/description/

Interview Answer

Anonymous

18 June 2024

I was able to solve the first question but in the second question I could not solve using O(1) space complexity.

2