Skip to content

Commit 56110ac

Browse files
committed
줄바꿈 추가
1 parent f2a914e commit 56110ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

two-sum/haung921209.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## 단순 순회
2+
23
```cpp
34
class Solution {
45
public:
@@ -19,7 +20,6 @@ public:
1920

2021
- O(n^2)
2122

22-
2323
## stl 사용
2424

2525
```cpp
@@ -40,4 +40,5 @@ public:
4040
}
4141
};
4242
```
43+
4344
- O(nlogn)

0 commit comments

Comments
 (0)