Grokking the Coding Interview: Patterns for Coding Questions
Ask Author
Back to course home

0% completed

Vote For New Content
Anh-Quan Cao
The solution gives incorrect answer for [[[1, 3], [5, 7]], [[6, 8], [9, 11]]]

Anh-Quan Cao

Mar 17, 2024

It is incorrect, when the second shirt of one employer is start earlier than the first shift of other employers

0

0

Comments
Comments
Shubham Vora
Shubham Voraa year ago

The solution code gives [3, 5] [8, 9] output for the above input, which is correct.

On this page