Skip to content

Commit

Permalink
fix comment for two-pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
eunhwa99 committed Jan 14, 2025
1 parent 6a3ef60 commit 8ed7e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-with-most-water/eunhwa99.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// two pointer

// 시간 복잡도: O(nlogn) - 투 포인터
// 시간 복잡도: O(n) - 투 포인터
// 공간 복잡도: O(n) - height 배열 크기

class Solution {
Expand Down

0 comments on commit 8ed7e2e

Please sign in to comment.