Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d4f5d2

Browse files
author
ongch
committed
add: export twosum
1 parent e3a3483 commit 7d4f5d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LeetcodeProblems/Algorithms/2Sum.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ Output: [0,1]
3838
map[nums[i]] = i;
3939
}
4040
}
41-
};
41+
};
42+
43+
module.exports.twoSum = twoSum;

0 commit comments

Comments
 (0)