Skip to content

Commit 2121320

Browse files
committed
remove
1 parent aaf73b9 commit 2121320

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
# algorithms
2-
3-
```python
4-
algorithms = {
5-
"leetcode": ["array", "bfs&dfs", "binary_search",
6-
"bit", "dp", "hash", "heap", "math", "string"],
7-
"programmers": ["hash", "heap", "sort", "stack_queue", "greedy", "dp",
8-
"brute_force", "binary_search",
9-
"2020_Kakao", "2021_Kakao", "weekly challenge"],
10-
"baekjoon": ["삼성 SW 역량 테스트 기출 문제"]
11-
}
12-
```
13-
14-
[markdown ref](https://gist.github.com/ihoneymon/652be052a0727ad59601)
1+
# algorithms

0 commit comments

Comments
 (0)