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 3, 2024
1 parent 9824328 commit dadef45
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,31 +101,32 @@
| 88 | 11654 | 아스키 코드 | `B5` | `implementation` | `java` |
| 89 | 11659 | 구간 합 구하기 4 | `S3` | `prefix_sum` | `python` |
| 90 | 11727 | 2×n 타일링 2 | `S3` | `dp` | `python` |
| 91 | 12764 | 싸지방에 간 준하 | `G3` | `data_structures` | `python` |
| 92 | 12865 | 평범한 배낭 | `G5` | `dp` | `python` |
| 93 | 13904 | 과제 | `G3` | `data_structures` | `python` |
| 94 | 13975 | 파일 합치기 3 | `G4` | `data_structures` | `python` |
| 95 | 14501 | 퇴사 | `S3` | `bruteforcing` | `python` |
| 96 | 14620 | 꽃길 | `S2` | `bruteforcing` | `python` |
| 97 | 14719 | 빗물 | `G5` | `implementation` | `python` |
| 98 | 14940 | 쉬운 최단거리 | `S1` | `bfs` | `python` |
| 99 | 15486 | 퇴사 2 | `G5` | `dp` | `python` |
| 100 | 15661 | 링크와 스타트 | `G5` | `backtracking` | `python` |
| 101 | 15787 | 기차가 어둠을 헤치고 은하수를 | `S2` | `bitmask` | `python` |
| 102 | 15886 | 내 선물을 받아줘 2 | `S3` | `graphs` | `java` |
| 103 | 15903 | 카드 합체 놀이 | `S1` | `data_structures` | `python` |
| 104 | 15988 | 1, 2, 3 더하기 3 | `S2` | `dp` | `python` |
| 105 | 16234 | 인구 이동 | `G4` | `bfs` | `python` |
| 106 | 16236 | 아기 상어 | `G3` | `bfs` | `python` |
| 107 | 16918 | 봄버맨 | `S1` | `implementation` | `python` |
| 108 | 16948 | 데스 나이트 | `S1` | `bfs` | `python` |
| 109 | 17413 | 단어 뒤집기 2 | `S3` | `data_structures` | `python` |
| 110 | 17626 | Four Squares | `S3` | `bruteforcing` | `python` |
| 111 | 18111 | 마인크래프트 | `S2` | `bruteforcing` | `python` |
| 112 | 18427 | 함께 블록 쌓기 | `G4` | `dp` | `python` |
| 113 | 20207 | 달력 | `G5` | `greedy` | `python` |
| 114 | 20291 | 파일 정리 | `S3` | `data_structures` | `python` |
| 115 | 21317 | 징검다리 건너기 | `S1` | `dp` | `python` |
| 91 | 11866 | 요세푸스 문제 0 | `S5` | `data_structures` | `python` |
| 92 | 12764 | 싸지방에 간 준하 | `G3` | `data_structures` | `python` |
| 93 | 12865 | 평범한 배낭 | `G5` | `dp` | `python` |
| 94 | 13904 | 과제 | `G3` | `data_structures` | `python` |
| 95 | 13975 | 파일 합치기 3 | `G4` | `data_structures` | `python` |
| 96 | 14501 | 퇴사 | `S3` | `bruteforcing` | `python` |
| 97 | 14620 | 꽃길 | `S2` | `bruteforcing` | `python` |
| 98 | 14719 | 빗물 | `G5` | `implementation` | `python` |
| 99 | 14940 | 쉬운 최단거리 | `S1` | `bfs` | `python` |
| 100 | 15486 | 퇴사 2 | `G5` | `dp` | `python` |
| 101 | 15661 | 링크와 스타트 | `G5` | `backtracking` | `python` |
| 102 | 15787 | 기차가 어둠을 헤치고 은하수를 | `S2` | `bitmask` | `python` |
| 103 | 15886 | 내 선물을 받아줘 2 | `S3` | `graphs` | `java` |
| 104 | 15903 | 카드 합체 놀이 | `S1` | `data_structures` | `python` |
| 105 | 15988 | 1, 2, 3 더하기 3 | `S2` | `dp` | `python` |
| 106 | 16234 | 인구 이동 | `G4` | `bfs` | `python` |
| 107 | 16236 | 아기 상어 | `G3` | `bfs` | `python` |
| 108 | 16918 | 봄버맨 | `S1` | `implementation` | `python` |
| 109 | 16948 | 데스 나이트 | `S1` | `bfs` | `python` |
| 110 | 17413 | 단어 뒤집기 2 | `S3` | `data_structures` | `python` |
| 111 | 17626 | Four Squares | `S3` | `bruteforcing` | `python` |
| 112 | 18111 | 마인크래프트 | `S2` | `bruteforcing` | `python` |
| 113 | 18427 | 함께 블록 쌓기 | `G4` | `dp` | `python` |
| 114 | 20207 | 달력 | `G5` | `greedy` | `python` |
| 115 | 20291 | 파일 정리 | `S3` | `data_structures` | `python` |
| 116 | 21317 | 징검다리 건너기 | `S1` | `dp` | `python` |

<br/>
2024-05-02 07:32:26
2024-05-03 06:53:21

0 comments on commit dadef45

Please sign in to comment.