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 May 23, 2024
1 parent ab8f92d commit f733d43
Showing 1 changed file with 107 additions and 105 deletions.
212 changes: 107 additions & 105 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,110 +41,112 @@
| 28 | 1781 | 컵라면 | `G2` | `data_structures` | `python` |
| 29 | 1806 | 부분합 | `G4` | `prefix_sum` | `python` |
| 30 | 1904 | 01타일 | `S3` | `dp` | `python` |
| 31 | 1920 | 수 찾기 | `S4` | `binary_search` | `python` |
| 32 | 1924 | 2007년 | `B1` | `implementation` | `java` |
| 33 | 1927 | 최소 힙 | `S2` | `data_structures` | `python` |
| 34 | 1932 | 정수 삼각형 | `S1` | `dp` | `python` |
| 35 | 1946 | 신입 사원 | `S1` | `greedy` | `python` |
| 36 | 1965 | 상자넣기 | `S2` | `dp` | `python` |
| 37 | 1966 | 프린터 큐 | `S3` | `data_structures` | `java` |
| 38 | 2002 | 추월 | `S1` | `data_structures` | `python` |
| 39 | 2041 | 숫자채우기 | `P1` | `ad_hoc` | `java` |
| 40 | 2056 | 작업 | `G4` | `dag` | `python` |
| 41 | 2073 | 수도배관공사 | `G4` | `dp` | `python` |
| 42 | 2075 | N번째 큰 수 | `S2` | `data_structures` | `python` |
| 43 | 2096 | 내려가기 | `G5` | `dp` | `python` |
| 44 | 2108 | 통계학 | `S3` | `implementation` | `java` |
| 45 | 2109 | 순회강연 | `G3` | `data_structures` | `python` |
| 46 | 2110 | 공유기 설치 | `G4` | `binary_search` | `python` |
| 47 | 2156 | 포도주 시식 | `S1` | `dp` | `python` |
| 48 | 2164 | 카드2 | `S4` | `data_structures` | `python` |
| 49 | 2178 | 미로 탐색 | `S1` | `bfs` | `python` |
| 50 | 2193 | 이친수 | `S3` | `dp` | `python` |
| 51 | 2217 | 로프 | `S4` | `greedy` | `python` |
| 52 | 2359 | 드라이브 | `P2` | `bfs` | `python` |
| 53 | 2437 | 저울 | `G2` | `greedy` | `python` |
| 54 | 2468 | 안전 영역 | `S1` | `bfs` | `python` |
| 55 | 2470 | 두 용액 | `G5` | `binary_search` | `python` |
| 56 | 2477 | 참외밭 | `S2` | `geometry` | `python` |
| 57 | 2493 || `G5` | `data_structures` | `python` |
| 58 | 2563 | 색종이 | `S5` | `implementation` | `java` |
| 59 | 2565 | 전깃줄 | `G5` | `dp` | `python` |
| 60 | 2579 | 계단 오르기 | `S3` | `dp` | `python` |
| 61 | 2606 | 바이러스 | `S3` | `graphs` | `python` |
| 62 | 2615 | 오목 | `S1` | `bruteforcing` | `python` |
| 63 | 2667 | 단지번호붙이기 | `S1` | `bfs` | `python` |
| 64 | 2751 | 수 정렬하기 2 | `S5` | `sorting` | `python` |
| 65 | 2775 | 부녀회장이 될테야 | `B1` | `dp` | `python` |
| 66 | 2805 | 나무 자르기 | `S2` | `binary_search` | `python` |
| 67 | 2839 | 설탕 배달 | `S4` | `dp` | `python` |
| 68 | 2961 | 도영이가 만든 맛있는 음식 | `S2` | `backtracking` | `python` |
| 69 | 3003 | 킹, 퀸, 룩, 비숍, 나이트, 폰 | `B5` | `implementation` | `python` |
| 70 | 3009 | 네 번째 점 | `B3` | `geometry` | `python` |
| 71 | 3085 | 사탕 게임 | `S2` | `bruteforcing` | `python` |
| 72 | 4396 | 지뢰 찾기 | `S4` | `implementation` | `java` |
| 73 | 4673 | 셀프 넘버 | `S5` | `bruteforcing` | `python` |
| 74 | 4796 | 캠핑 | `B1` | `greedy` | `python` |
| 75 | 4949 | 균형잡힌 세상 | `S4` | `data_structures` | `python` |
| 76 | 5557 | 1학년 | `G5` | `dp` | `python` |
| 77 | 9012 | 괄호 | `S4` | `data_structures` | `python` |
| 78 | 9084 | 동전 | `G5` | `dp` | `python` |
| 79 | 9095 | 1, 2, 3 더하기 | `S3` | `dp` | `python` |
| 80 | 9251 | LCS | `G5` | `dp` | `python` |
| 81 | 9465 | 스티커 | `S1` | `dp` | `python` |
| 82 | 9655 | 돌 게임 | `S5` | `dp` | `python` |
| 83 | 10250 | ACM 호텔 | `B3` | `arithmetic` | `java` |
| 84 | 10655 | 마라톤 1 | `S3` | `bruteforcing` | `python` |
| 85 | 10773 | 제로 | `S4` | `data_structures` | `java` |
| 86 | 10814 | 나이순 정렬 | `S5` | `sorting` | `python` |
| 87 | 10816 | 숫자 카드 2 | `S4` | `binary_search` | `python` |
| 88 | 10819 | 차이를 최대로 | `S2` | `backtracking` | `python` |
| 89 | 10828 | 스택 | `S4` | `data_structures` | `python` |
| 90 | 10844 | 쉬운 계단 수 | `S1` | `dp` | `python` |
| 91 | 10845 || `S4` | `data_structures` | `python` |
| 92 | 10866 || `S4` | `data_structures` | `java` |
| 93 | 10971 | 외판원 순회 2 | `S2` | `backtracking` | `java` |
| 94 | 11000 | 강의실 배정 | `G5` | `data_structures` | `python` |
| 95 | 11048 | 이동하기 | `S2` | `dp` | `python` |
| 96 | 11052 | 카드 구매하기 | `S1` | `dp` | `python` |
| 97 | 11053 | 가장 긴 증가하는 부분 수열 | `S2` | `dp` | `python` |
| 98 | 11123 | 양 한마리... 양 두마리... | `S2` | `bfs` | `java` |
| 99 | 11441 | 합 구하기 | `S3` | `prefix_sum` | `python` |
| 100 | 11650 | 좌표 정렬하기 | `S5` | `sorting` | `python` |
| 101 | 11654 | 아스키 코드 | `B5` | `implementation` | `java` |
| 102 | 11659 | 구간 합 구하기 4 | `S3` | `prefix_sum` | `python` |
| 103 | 11726 | 2×n 타일링 | `S3` | `dp` | `python` |
| 104 | 11727 | 2×n 타일링 2 | `S3` | `dp` | `python` |
| 105 | 11866 | 요세푸스 문제 0 | `S5` | `data_structures` | `python` |
| 106 | 12764 | 싸지방에 간 준하 | `G3` | `data_structures` | `python` |
| 107 | 12865 | 평범한 배낭 | `G5` | `dp` | `python` |
| 108 | 13904 | 과제 | `G3` | `data_structures` | `python` |
| 109 | 13975 | 파일 합치기 3 | `G4` | `data_structures` | `python` |
| 110 | 14501 | 퇴사 | `S3` | `bruteforcing` | `python` |
| 111 | 14620 | 꽃길 | `S2` | `bruteforcing` | `python` |
| 112 | 14719 | 빗물 | `G5` | `implementation` | `python` |
| 113 | 14940 | 쉬운 최단거리 | `S1` | `bfs` | `python` |
| 114 | 15486 | 퇴사 2 | `G5` | `dp` | `python` |
| 115 | 15661 | 링크와 스타트 | `G5` | `backtracking` | `python` |
| 116 | 15787 | 기차가 어둠을 헤치고 은하수를 | `S2` | `bitmask` | `python` |
| 117 | 15886 | 내 선물을 받아줘 2 | `S3` | `graphs` | `java` |
| 118 | 15903 | 카드 합체 놀이 | `S1` | `data_structures` | `python` |
| 119 | 15988 | 1, 2, 3 더하기 3 | `S2` | `dp` | `python` |
| 120 | 16234 | 인구 이동 | `G4` | `bfs` | `python` |
| 121 | 16236 | 아기 상어 | `G3` | `bfs` | `python` |
| 122 | 16918 | 봄버맨 | `S1` | `implementation` | `python` |
| 123 | 16948 | 데스 나이트 | `S1` | `bfs` | `python` |
| 124 | 17413 | 단어 뒤집기 2 | `S3` | `data_structures` | `python` |
| 125 | 17425 | 약수의 합 | `G4` | `math` | `python` |
| 126 | 17626 | Four Squares | `S3` | `bruteforcing` | `python` |
| 127 | 18111 | 마인크래프트 | `S2` | `bruteforcing` | `python` |
| 128 | 18427 | 함께 블록 쌓기 | `G4` | `dp` | `python` |
| 129 | 18870 | 좌표 압축 | `S2` | `coordinate_compression` | `python` |
| 130 | 20207 | 달력 | `G5` | `greedy` | `python` |
| 131 | 20291 | 파일 정리 | `S3` | `data_structures` | `python` |
| 132 | 20365 | 블로그2 | `S3` | `greedy` | `python` |
| 133 | 21317 | 징검다리 건너기 | `S1` | `dp` | `python` |
| 134 | 21921 | 블로그 | `S3` | `prefix_sum` | `python` |
| 31 | 1912 | 연속합 | `S2` | `dp` | `python` |
| 32 | 1920 | 수 찾기 | `S4` | `binary_search` | `python` |
| 33 | 1924 | 2007년 | `B1` | `implementation` | `java` |
| 34 | 1927 | 최소 힙 | `S2` | `data_structures` | `python` |
| 35 | 1932 | 정수 삼각형 | `S1` | `dp` | `python` |
| 36 | 1946 | 신입 사원 | `S1` | `greedy` | `python` |
| 37 | 1965 | 상자넣기 | `S2` | `dp` | `python` |
| 38 | 1966 | 프린터 큐 | `S3` | `data_structures` | `java` |
| 39 | 2002 | 추월 | `S1` | `data_structures` | `python` |
| 40 | 2041 | 숫자채우기 | `P1` | `ad_hoc` | `java` |
| 41 | 2056 | 작업 | `G4` | `dag` | `python` |
| 42 | 2073 | 수도배관공사 | `G4` | `dp` | `python` |
| 43 | 2075 | N번째 큰 수 | `S2` | `data_structures` | `python` |
| 44 | 2096 | 내려가기 | `G5` | `dp` | `python` |
| 45 | 2108 | 통계학 | `S3` | `implementation` | `java` |
| 46 | 2109 | 순회강연 | `G3` | `data_structures` | `python` |
| 47 | 2110 | 공유기 설치 | `G4` | `binary_search` | `python` |
| 48 | 2156 | 포도주 시식 | `S1` | `dp` | `python` |
| 49 | 2164 | 카드2 | `S4` | `data_structures` | `python` |
| 50 | 2178 | 미로 탐색 | `S1` | `bfs` | `python` |
| 51 | 2193 | 이친수 | `S3` | `dp` | `python` |
| 52 | 2217 | 로프 | `S4` | `greedy` | `python` |
| 53 | 2359 | 드라이브 | `P2` | `bfs` | `python` |
| 54 | 2437 | 저울 | `G2` | `greedy` | `python` |
| 55 | 2468 | 안전 영역 | `S1` | `bfs` | `python` |
| 56 | 2470 | 두 용액 | `G5` | `binary_search` | `python` |
| 57 | 2477 | 참외밭 | `S2` | `geometry` | `python` |
| 58 | 2493 || `G5` | `data_structures` | `python` |
| 59 | 2563 | 색종이 | `S5` | `implementation` | `java` |
| 60 | 2565 | 전깃줄 | `G5` | `dp` | `python` |
| 61 | 2579 | 계단 오르기 | `S3` | `dp` | `python` |
| 62 | 2606 | 바이러스 | `S3` | `graphs` | `python` |
| 63 | 2615 | 오목 | `S1` | `bruteforcing` | `python` |
| 64 | 2667 | 단지번호붙이기 | `S1` | `bfs` | `python` |
| 65 | 2751 | 수 정렬하기 2 | `S5` | `sorting` | `python` |
| 66 | 2775 | 부녀회장이 될테야 | `B1` | `dp` | `python` |
| 67 | 2805 | 나무 자르기 | `S2` | `binary_search` | `python` |
| 68 | 2839 | 설탕 배달 | `S4` | `dp` | `python` |
| 69 | 2961 | 도영이가 만든 맛있는 음식 | `S2` | `backtracking` | `python` |
| 70 | 3003 | 킹, 퀸, 룩, 비숍, 나이트, 폰 | `B5` | `implementation` | `python` |
| 71 | 3009 | 네 번째 점 | `B3` | `geometry` | `python` |
| 72 | 3085 | 사탕 게임 | `S2` | `bruteforcing` | `python` |
| 73 | 4396 | 지뢰 찾기 | `S4` | `implementation` | `java` |
| 74 | 4673 | 셀프 넘버 | `S5` | `bruteforcing` | `python` |
| 75 | 4796 | 캠핑 | `B1` | `greedy` | `python` |
| 76 | 4949 | 균형잡힌 세상 | `S4` | `data_structures` | `python` |
| 77 | 5557 | 1학년 | `G5` | `dp` | `python` |
| 78 | 9012 | 괄호 | `S4` | `data_structures` | `python` |
| 79 | 9084 | 동전 | `G5` | `dp` | `python` |
| 80 | 9095 | 1, 2, 3 더하기 | `S3` | `dp` | `python` |
| 81 | 9251 | LCS | `G5` | `dp` | `python` |
| 82 | 9461 | 파도반 수열 | `S3` | `dp` | `python` |
| 83 | 9465 | 스티커 | `S1` | `dp` | `python` |
| 84 | 9655 | 돌 게임 | `S5` | `dp` | `python` |
| 85 | 10250 | ACM 호텔 | `B3` | `arithmetic` | `java` |
| 86 | 10655 | 마라톤 1 | `S3` | `bruteforcing` | `python` |
| 87 | 10773 | 제로 | `S4` | `data_structures` | `java` |
| 88 | 10814 | 나이순 정렬 | `S5` | `sorting` | `python` |
| 89 | 10816 | 숫자 카드 2 | `S4` | `binary_search` | `python` |
| 90 | 10819 | 차이를 최대로 | `S2` | `backtracking` | `python` |
| 91 | 10828 | 스택 | `S4` | `data_structures` | `python` |
| 92 | 10844 | 쉬운 계단 수 | `S1` | `dp` | `python` |
| 93 | 10845 || `S4` | `data_structures` | `python` |
| 94 | 10866 || `S4` | `data_structures` | `java` |
| 95 | 10971 | 외판원 순회 2 | `S2` | `backtracking` | `java` |
| 96 | 11000 | 강의실 배정 | `G5` | `data_structures` | `python` |
| 97 | 11048 | 이동하기 | `S2` | `dp` | `python` |
| 98 | 11052 | 카드 구매하기 | `S1` | `dp` | `python` |
| 99 | 11053 | 가장 긴 증가하는 부분 수열 | `S2` | `dp` | `python` |
| 100 | 11123 | 양 한마리... 양 두마리... | `S2` | `bfs` | `java` |
| 101 | 11441 | 합 구하기 | `S3` | `prefix_sum` | `python` |
| 102 | 11650 | 좌표 정렬하기 | `S5` | `sorting` | `python` |
| 103 | 11654 | 아스키 코드 | `B5` | `implementation` | `java` |
| 104 | 11659 | 구간 합 구하기 4 | `S3` | `prefix_sum` | `python` |
| 105 | 11726 | 2×n 타일링 | `S3` | `dp` | `python` |
| 106 | 11727 | 2×n 타일링 2 | `S3` | `dp` | `python` |
| 107 | 11866 | 요세푸스 문제 0 | `S5` | `data_structures` | `python` |
| 108 | 12764 | 싸지방에 간 준하 | `G3` | `data_structures` | `python` |
| 109 | 12865 | 평범한 배낭 | `G5` | `dp` | `python` |
| 110 | 13904 | 과제 | `G3` | `data_structures` | `python` |
| 111 | 13975 | 파일 합치기 3 | `G4` | `data_structures` | `python` |
| 112 | 14501 | 퇴사 | `S3` | `bruteforcing` | `python` |
| 113 | 14620 | 꽃길 | `S2` | `bruteforcing` | `python` |
| 114 | 14719 | 빗물 | `G5` | `implementation` | `python` |
| 115 | 14940 | 쉬운 최단거리 | `S1` | `bfs` | `python` |
| 116 | 15486 | 퇴사 2 | `G5` | `dp` | `python` |
| 117 | 15661 | 링크와 스타트 | `G5` | `backtracking` | `python` |
| 118 | 15787 | 기차가 어둠을 헤치고 은하수를 | `S2` | `bitmask` | `python` |
| 119 | 15886 | 내 선물을 받아줘 2 | `S3` | `graphs` | `java` |
| 120 | 15903 | 카드 합체 놀이 | `S1` | `data_structures` | `python` |
| 121 | 15988 | 1, 2, 3 더하기 3 | `S2` | `dp` | `python` |
| 122 | 16234 | 인구 이동 | `G4` | `bfs` | `python` |
| 123 | 16236 | 아기 상어 | `G3` | `bfs` | `python` |
| 124 | 16918 | 봄버맨 | `S1` | `implementation` | `python` |
| 125 | 16948 | 데스 나이트 | `S1` | `bfs` | `python` |
| 126 | 17413 | 단어 뒤집기 2 | `S3` | `data_structures` | `python` |
| 127 | 17425 | 약수의 합 | `G4` | `math` | `python` |
| 128 | 17626 | Four Squares | `S3` | `bruteforcing` | `python` |
| 129 | 18111 | 마인크래프트 | `S2` | `bruteforcing` | `python` |
| 130 | 18427 | 함께 블록 쌓기 | `G4` | `dp` | `python` |
| 131 | 18870 | 좌표 압축 | `S2` | `coordinate_compression` | `python` |
| 132 | 20207 | 달력 | `G5` | `greedy` | `python` |
| 133 | 20291 | 파일 정리 | `S3` | `data_structures` | `python` |
| 134 | 20365 | 블로그2 | `S3` | `greedy` | `python` |
| 135 | 21317 | 징검다리 건너기 | `S1` | `dp` | `python` |
| 136 | 21921 | 블로그 | `S3` | `prefix_sum` | `python` |

<br/>
2024-05-21 07:07:41
2024-05-23 02:51:16

0 comments on commit f733d43

Please sign in to comment.