kamyu104/LeetCode-Solutions

Leetcode 1024 video stiching test case failure

sparshgarg23 opened this issue · 1 comments

For video stiching the current code is giving the wrong answer for the below mentioned test case,leading to failure of submission
I/p: [[2,4]] 0
Current O/P -1
Expected O/P 0

Thank you. I'll fix it.