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 6a3ef60 commit 8ed7e2eCopy full SHA for 8ed7e2e
container-with-most-water/eunhwa99.java
@@ -1,6 +1,6 @@
1
// two pointer
2
3
-// 시간 복잡도: O(nlogn) - 투 포인터
+// 시간 복잡도: O(n) - 투 포인터
4
// 공간 복잡도: O(n) - height 배열 크기
5
6
class Solution {
0 commit comments