Skip to content

Commit e0f20c2

Browse files
committed
readme
1 parent 2b73307 commit e0f20c2

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,19 @@
1414
1. [hash](./hash)
1515
1. [graph](./graph)
1616

17-
18-
-----------------------
1917
## 실전
2018
1. [brute force](./brute_force)
2119
1. [simulation](./simulation)
22-
1. DP
23-
1. 탐욕법
24-
1. 분할 정복
20+
1. [two pointers, sliding window](./two_pointers_sliding_window)
21+
1. dynamic programming(DP)
2522
1. binary search
23+
1. shortest path
24+
1. union-find
2625
1. topological sort
27-
1. KMP
28-
29-
30-
## coding convention
31-
- 우선순위는 가독성, 성능, 짧은 코드 순으로 한다.
32-
- 42 seoul의 norminette 준수를 기본으로 한다.
33-
- 1파일 5함수 제한은 제외한다.
34-
- 함수 25줄 제한은 최대한 지키고 30줄까지 인정한다.
26+
1. trie
3527

3628
## contribution & feedback
3729
[nadarm](https://github.com/nadarm)
3830
, [365kim](https://github.com/365kim)
39-
, [nr8121](https://github.com/nr8121)
4031
, [robolovo](https://github.com/robolovo)
4132
, [exgs](https://github.com/exgs)

0 commit comments

Comments
 (0)