We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e00ab commit 9286817Copy full SHA for 9286817
3sum/Yu-Won.js
@@ -2,7 +2,7 @@
2
* 문제: https://leetcode.com/problems/3sum/description/
3
*
4
* 요구사항:
5
- * nums: number[]가 주어질 때
+ * nums: number[]가 주어질 때 3개의 합이 0이되는 배열을 리턴한다.
6
7
* * */
8
0 commit comments