Skip to content

Commit

Permalink
docs: auto update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wwan13 committed Apr 26, 2024
1 parent b18cf0f commit c1405b0
Showing 1 changed file with 72 additions and 71 deletions.
143 changes: 72 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,76 +46,77 @@
| 33 | 11441 | 합 구하기 | `S3` | `prefix_sum` | `python` |
| 34 | 1149 | RGB거리 | `S1` | `dp` | `python` |
| 35 | 1158 | 요세푸스 문제 | `S4` | `data_structures` | `python` |
| 36 | 1181 | 단어 정렬 | `S5` | `sorting` | `python` |
| 37 | 1244 | 스위치 켜고 끄기 | `S4` | `implementation` | `python` |
| 38 | 1260 | DFS와 BFS | `S2` | `graphs` | `python` |
| 39 | 12764 | 싸지방에 간 준하 | `G3` | `data_structures` | `python` |
| 40 | 12865 | 평범한 배낭 | `G5` | `dp` | `python` |
| 41 | 1325 | 효율적인 해킹 | `S1` | `bfs` | `python` |
| 42 | 1339 | 단어 수학 | `G4` | `greedy` | `python` |
| 43 | 13904 | 과제 | `G3` | `data_structures` | `python` |
| 44 | 13975 | 파일 합치기 3 | `G4` | `data_structures` | `python` |
| 45 | 1417 | 국회의원 선거 | `S5` | `data_structures` | `python` |
| 46 | 1439 | 뒤집기 | `S5` | `greedy` | `python` |
| 47 | 14501 | 퇴사 | `S3` | `bruteforcing` | `python` |
| 48 | 14620 | 꽃길 | `S2` | `bruteforcing` | `python` |
| 49 | 1463 | 1로 만들기 | `S3` | `dp` | `python` |
| 50 | 14719 | 빗물 | `G5` | `implementation` | `python` |
| 51 | 14940 | 쉬운 최단거리 | `S1` | `bfs` | `python` |
| 52 | 1515 | 수 이어 쓰기 | `S3` | `bruteforcing` | `python` |
| 53 | 1520 | 내리막 길 | `G3` | `dfs` | `python` |
| 54 | 15486 | 퇴사 2 | `G5` | `dp` | `python` |
| 55 | 15661 | 링크와 스타트 | `G5` | `backtracking` | `python` |
| 56 | 15787 | 기차가 어둠을 헤치고 은하수를 | `S2` | `bitmask` | `python` |
| 57 | 15903 | 카드 합체 놀이 | `S1` | `data_structures` | `python` |
| 58 | 15988 | 1, 2, 3 더하기 3 | `S2` | `dp` | `python` |
| 59 | 16234 | 인구 이동 | `G4` | `bfs` | `python` |
| 60 | 16236 | 아기 상어 | `G3` | `bfs` | `python` |
| 61 | 16918 | 봄버맨 | `S1` | `implementation` | `python` |
| 62 | 16948 | 데스 나이트 | `S1` | `bfs` | `python` |
| 63 | 1715 | 카드 정렬하기 | `G4` | `data_structures` | `python` |
| 64 | 17413 | 단어 뒤집기 2 | `S3` | `data_structures` | `python` |
| 65 | 17626 | Four Squares | `S3` | `bruteforcing` | `python` |
| 66 | 18111 | 마인크래프트 | `S2` | `bruteforcing` | `python` |
| 67 | 18427 | 함께 블록 쌓기 | `G4` | `dp` | `python` |
| 68 | 1904 | 01타일 | `S3` | `dp` | `python` |
| 69 | 1920 | 수 찾기 | `S4` | `binary_search` | `python` |
| 70 | 1932 | 정수 삼각형 | `S1` | `dp` | `python` |
| 71 | 1946 | 신입 사원 | `S1` | `greedy` | `python` |
| 72 | 2002 | 추월 | `S1` | `data_structures` | `python` |
| 73 | 20207 | 달력 | `G5` | `greedy` | `python` |
| 74 | 20291 | 파일 정리 | `S3` | `data_structures` | `python` |
| 75 | 2056 | 작업 | `G4` | `dag` | `python` |
| 76 | 2073 | 수도배관공사 | `G4` | `dp` | `python` |
| 77 | 2075 | N번째 큰 수 | `S2` | `data_structures` | `python` |
| 78 | 2096 | 내려가기 | `G5` | `dp` | `python` |
| 79 | 2110 | 공유기 설치 | `G4` | `binary_search` | `python` |
| 80 | 21317 | 징검다리 건너기 | `S1` | `dp` | `python` |
| 81 | 2156 | 포도주 시식 | `S1` | `dp` | `python` |
| 82 | 2193 | 이친수 | `S3` | `dp` | `python` |
| 83 | 2217 | 로프 | `S4` | `greedy` | `python` |
| 84 | 2437 | 저울 | `G2` | `greedy` | `python` |
| 85 | 2468 | 안전 영역 | `S1` | `bfs` | `python` |
| 86 | 2470 | 두 용액 | `G5` | `binary_search` | `python` |
| 87 | 2477 | 참외밭 | `S2` | `geometry` | `python` |
| 88 | 2493 || `G5` | `data_structures` | `python` |
| 89 | 2565 | 전깃줄 | `G5` | `dp` | `python` |
| 90 | 2579 | 계단 오르기 | `S3` | `dp` | `python` |
| 91 | 2606 | 바이러스 | `S3` | `graphs` | `python` |
| 92 | 2615 | 오목 | `S1` | `bruteforcing` | `python` |
| 93 | 2667 | 단지번호붙이기 | `S1` | `bfs` | `python` |
| 94 | 2961 | 도영이가 만든 맛있는 음식 | `S2` | `backtracking` | `python` |
| 95 | 3003 | 킹, 퀸, 룩, 비숍, 나이트, 폰 | `B5` | `implementation` | `python` |
| 96 | 3009 | 네 번째 점 | `B3` | `geometry` | `python` |
| 97 | 3085 | 사탕 게임 | `S2` | `bruteforcing` | `python` |
| 98 | 4673 | 셀프 넘버 | `S5` | `bruteforcing` | `python` |
| 99 | 4796 | 캠핑 | `B1` | `greedy` | `python` |
| 100 | 5557 | 1학년 | `G5` | `dp` | `python` |
| 101 | 9084 | 동전 | `G5` | `dp` | `python` |
| 102 | 9095 | 1, 2, 3 더하기 | `S3` | `dp` | `python` |
| 103 | 9251 | LCS | `G5` | `dp` | `python` |
| 104 | 9465 | 스티커 | `S1` | `dp` | `python` |
| 105 | 9655 | 돌 게임 | `S5` | `dp` | `python` |
| 36 | 11727 | 2×n 타일링 2 | `S3` | `dp` | `python` |
| 37 | 1181 | 단어 정렬 | `S5` | `sorting` | `python` |
| 38 | 1244 | 스위치 켜고 끄기 | `S4` | `implementation` | `python` |
| 39 | 1260 | DFS와 BFS | `S2` | `graphs` | `python` |
| 40 | 12764 | 싸지방에 간 준하 | `G3` | `data_structures` | `python` |
| 41 | 12865 | 평범한 배낭 | `G5` | `dp` | `python` |
| 42 | 1325 | 효율적인 해킹 | `S1` | `bfs` | `python` |
| 43 | 1339 | 단어 수학 | `G4` | `greedy` | `python` |
| 44 | 13904 | 과제 | `G3` | `data_structures` | `python` |
| 45 | 13975 | 파일 합치기 3 | `G4` | `data_structures` | `python` |
| 46 | 1417 | 국회의원 선거 | `S5` | `data_structures` | `python` |
| 47 | 1439 | 뒤집기 | `S5` | `greedy` | `python` |
| 48 | 14501 | 퇴사 | `S3` | `bruteforcing` | `python` |
| 49 | 14620 | 꽃길 | `S2` | `bruteforcing` | `python` |
| 50 | 1463 | 1로 만들기 | `S3` | `dp` | `python` |
| 51 | 14719 | 빗물 | `G5` | `implementation` | `python` |
| 52 | 14940 | 쉬운 최단거리 | `S1` | `bfs` | `python` |
| 53 | 1515 | 수 이어 쓰기 | `S3` | `bruteforcing` | `python` |
| 54 | 1520 | 내리막 길 | `G3` | `dfs` | `python` |
| 55 | 15486 | 퇴사 2 | `G5` | `dp` | `python` |
| 56 | 15661 | 링크와 스타트 | `G5` | `backtracking` | `python` |
| 57 | 15787 | 기차가 어둠을 헤치고 은하수를 | `S2` | `bitmask` | `python` |
| 58 | 15903 | 카드 합체 놀이 | `S1` | `data_structures` | `python` |
| 59 | 15988 | 1, 2, 3 더하기 3 | `S2` | `dp` | `python` |
| 60 | 16234 | 인구 이동 | `G4` | `bfs` | `python` |
| 61 | 16236 | 아기 상어 | `G3` | `bfs` | `python` |
| 62 | 16918 | 봄버맨 | `S1` | `implementation` | `python` |
| 63 | 16948 | 데스 나이트 | `S1` | `bfs` | `python` |
| 64 | 1715 | 카드 정렬하기 | `G4` | `data_structures` | `python` |
| 65 | 17413 | 단어 뒤집기 2 | `S3` | `data_structures` | `python` |
| 66 | 17626 | Four Squares | `S3` | `bruteforcing` | `python` |
| 67 | 18111 | 마인크래프트 | `S2` | `bruteforcing` | `python` |
| 68 | 18427 | 함께 블록 쌓기 | `G4` | `dp` | `python` |
| 69 | 1904 | 01타일 | `S3` | `dp` | `python` |
| 70 | 1920 | 수 찾기 | `S4` | `binary_search` | `python` |
| 71 | 1932 | 정수 삼각형 | `S1` | `dp` | `python` |
| 72 | 1946 | 신입 사원 | `S1` | `greedy` | `python` |
| 73 | 2002 | 추월 | `S1` | `data_structures` | `python` |
| 74 | 20207 | 달력 | `G5` | `greedy` | `python` |
| 75 | 20291 | 파일 정리 | `S3` | `data_structures` | `python` |
| 76 | 2056 | 작업 | `G4` | `dag` | `python` |
| 77 | 2073 | 수도배관공사 | `G4` | `dp` | `python` |
| 78 | 2075 | N번째 큰 수 | `S2` | `data_structures` | `python` |
| 79 | 2096 | 내려가기 | `G5` | `dp` | `python` |
| 80 | 2110 | 공유기 설치 | `G4` | `binary_search` | `python` |
| 81 | 21317 | 징검다리 건너기 | `S1` | `dp` | `python` |
| 82 | 2156 | 포도주 시식 | `S1` | `dp` | `python` |
| 83 | 2193 | 이친수 | `S3` | `dp` | `python` |
| 84 | 2217 | 로프 | `S4` | `greedy` | `python` |
| 85 | 2437 | 저울 | `G2` | `greedy` | `python` |
| 86 | 2468 | 안전 영역 | `S1` | `bfs` | `python` |
| 87 | 2470 | 두 용액 | `G5` | `binary_search` | `python` |
| 88 | 2477 | 참외밭 | `S2` | `geometry` | `python` |
| 89 | 2493 || `G5` | `data_structures` | `python` |
| 90 | 2565 | 전깃줄 | `G5` | `dp` | `python` |
| 91 | 2579 | 계단 오르기 | `S3` | `dp` | `python` |
| 92 | 2606 | 바이러스 | `S3` | `graphs` | `python` |
| 93 | 2615 | 오목 | `S1` | `bruteforcing` | `python` |
| 94 | 2667 | 단지번호붙이기 | `S1` | `bfs` | `python` |
| 95 | 2961 | 도영이가 만든 맛있는 음식 | `S2` | `backtracking` | `python` |
| 96 | 3003 | 킹, 퀸, 룩, 비숍, 나이트, 폰 | `B5` | `implementation` | `python` |
| 97 | 3009 | 네 번째 점 | `B3` | `geometry` | `python` |
| 98 | 3085 | 사탕 게임 | `S2` | `bruteforcing` | `python` |
| 99 | 4673 | 셀프 넘버 | `S5` | `bruteforcing` | `python` |
| 100 | 4796 | 캠핑 | `B1` | `greedy` | `python` |
| 101 | 5557 | 1학년 | `G5` | `dp` | `python` |
| 102 | 9084 | 동전 | `G5` | `dp` | `python` |
| 103 | 9095 | 1, 2, 3 더하기 | `S3` | `dp` | `python` |
| 104 | 9251 | LCS | `G5` | `dp` | `python` |
| 105 | 9465 | 스티커 | `S1` | `dp` | `python` |
| 106 | 9655 | 돌 게임 | `S5` | `dp` | `python` |

<br/>
2024-04-26 11:00:08
2024-04-26 11:18:24

0 comments on commit c1405b0

Please sign in to comment.