Skip to content

Commit 8a907b6

Browse files
author
mukul
committed
41. First Missing Positive
1 parent 693a105 commit 8a907b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: LeetcodeProblemsTests/Algorithms/hard/First_Missing_Positive_Test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const bitReverseToMakeNumberEqual = require("../../../LeetcodeProblems/Algorithm
44
function test() {
55
assert.deepEqual(
66
firstMissingPositive([1,2,0]),
7-
2
7+
3
88
);
99
assert.deepEqual(
1010
firstMissingPositive([3,4,-1,1]),

0 commit comments

Comments
 (0)