Skip to content

Commit 9286817

Browse files
committed
3 sum solution - comment
1 parent 22e00ab commit 9286817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3sum/Yu-Won.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 문제: https://leetcode.com/problems/3sum/description/
33
*
44
* 요구사항:
5-
* nums: number[]가 주어질 때
5+
* nums: number[]가 주어질 때 3개의 합이 0이되는 배열을 리턴한다.
66
*
77
* * */
88

0 commit comments

Comments
 (0)