neetcode-gh/leetcode

Bug Report for islands-and-treasure

Closed this issue · 1 comments

Bug Report for https://neetcode.io/problems/islands-and-treasure

My code can pass the given two test cases. It fails the second given test case when I submit it.

Successful test results:
Image

Failed submission
Image

Never mind. I didn't memset the arrays.