Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeLayer committed Dec 7, 2023
2 parents 42c8c92 + cb3700b commit ed6d8d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ while not talent:

## Language uses
```
Python..............41.05%
Python..............41.08%
Jupyter Notebook....12.53%
Rust................12.47%
Java................10.38%
Expand Down
14 changes: 13 additions & 1 deletion tasks/online_judge/baekjoon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## 풀이


마지막 업데이트: 2023-12-06 23:46:11
마지막 업데이트: 2023-12-06 23:56:29
<table>
<tr>
<th>문제</th>
Expand Down Expand Up @@ -1556,6 +1556,10 @@
<td><a href="https://www.acmicpc.net/problem/4504" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/3.svg" height="13" /> 4504 배수 찾기</a></td>
<td><a href="./python/4504.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
</tr>
<tr>
<td><a href="https://www.acmicpc.net/problem/4562" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/2.svg" height="13" /> 4562 No Brainer</a></td>
<td><a href="./python/4562.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
</tr>
<tr>
<td><a href="https://www.acmicpc.net/problem/4589" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/2.svg" height="13" /> 4589 Gnome Sequencing</a></td>
<td><a href="./ruby/4589.rb"><img src="https://img.shields.io/badge/-%20-701516?style=flat-square"/> Ruby</a></td>
Expand Down Expand Up @@ -2183,6 +2187,10 @@
<td><a href="https://www.acmicpc.net/problem/9698" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/3.svg" height="13" /> 9698 SAHUR & IMSA’</a></td>
<td><a href="./python/9698.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
</tr>
<tr>
<td><a href="https://www.acmicpc.net/problem/9713" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/3.svg" height="13" /> 9713 Sum of Odd Sequence</a></td>
<td><a href="./python/9713.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
</tr>
<tr>
<td><a href="https://www.acmicpc.net/problem/9724" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/3.svg" height="13" /> 9724 Perfect Cube</a></td>
<td><a href="./python/9724.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
Expand Down Expand Up @@ -3946,6 +3954,10 @@
<td><a href="https://www.acmicpc.net/problem/22864" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/4.svg" height="13" /> 22864 피로도</a></td>
<td><a href="./python/22864.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
</tr>
<tr>
<td><a href="https://www.acmicpc.net/problem/22938" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/3.svg" height="13" /> 22938 백발백준하는 명사수</a></td>
<td><a href="./python/22938.py"><img src="https://img.shields.io/badge/-%20-3572A5?style=flat-square"/> Python</a></td>
</tr>
<tr>
<td><a href="https://www.acmicpc.net/problem/23028" target="_blank" rel="noreferrer noopener"><img src="https://static.solved.ac/tier_small/6.svg" height="13" /> 23028 5학년은 다니기 싫어요</a></td>
<td><a href="./rust/23028.rs"><img src="https://img.shields.io/badge/-%20-dea584?style=flat-square"/> Rust</a></td>
Expand Down

0 comments on commit ed6d8d7

Please sign in to comment.