Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎LeetcodeProblemsTests/Algorithms/hard/First_Missing_Positive_Test.js

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /