Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seongwon02 committed May 11, 2024
2 parents 658cfb0 + b7fad72 commit 8832bb8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions HSKIM/1to10/2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def solution(arr):
result = arr(set(arr))
result.sort(reverse=True)

return result
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
<td> Python : 0&nbsp&nbsp&nbsp&nbspJava : 0&nbsp&nbsp&nbsp&nbspC : 0&nbsp&nbsp&nbsp&nbsp&nbspC++ : 0&nbsp&nbsp&nbsp&nbsp&nbspC# : 0</td>
</tr> <tr>
<td> 김성원 </td>
<td> 1 </td>
<td> 1 </td>
<td> 99 </td>
<td> -99000 </td>
<td> Python : 1&nbsp&nbsp&nbsp&nbspJava : 0&nbsp&nbsp&nbsp&nbspC : 0&nbsp&nbsp&nbsp&nbsp&nbspC++ : 0&nbsp&nbsp&nbsp&nbsp&nbspC# : 0</td>
<td> 2 </td>
<td> 2 </td>
<td> 98 </td>
<td> -98000 </td>
<td> Python : 2&nbsp&nbsp&nbsp&nbspJava : 0&nbsp&nbsp&nbsp&nbspC : 0&nbsp&nbsp&nbsp&nbsp&nbspC++ : 0&nbsp&nbsp&nbsp&nbsp&nbspC# : 0</td>
</tr> <tr>
<td> 김희수 </td>
<td> 1 </td>
<td> 1 </td>
<td> 99 </td>
<td> -99000 </td>
<td> Python : 1&nbsp&nbsp&nbsp&nbspJava : 0&nbsp&nbsp&nbsp&nbspC : 0&nbsp&nbsp&nbsp&nbsp&nbspC++ : 0&nbsp&nbsp&nbsp&nbsp&nbspC# : 0</td>
<td> 2 </td>
<td> 2 </td>
<td> 98 </td>
<td> -98000 </td>
<td> Python : 2&nbsp&nbsp&nbsp&nbspJava : 0&nbsp&nbsp&nbsp&nbspC : 0&nbsp&nbsp&nbsp&nbsp&nbspC++ : 0&nbsp&nbsp&nbsp&nbsp&nbspC# : 0</td>
</tr> <tr>
<td> 배현진 </td>
<td> 0 </td>
Expand Down Expand Up @@ -71,7 +71,7 @@
<td> Python : 0&nbsp&nbsp&nbsp&nbspJava : 0&nbsp&nbsp&nbsp&nbspC : 0&nbsp&nbsp&nbsp&nbsp&nbspC++ : 0&nbsp&nbsp&nbsp&nbsp&nbspC# : 0</td>
</tr></table>
<br>
총 Push 횟수 : 11회
총 Push 횟수 : 13회

# 업로드 방법
### 1. 파일명
Expand Down
2 changes: 1 addition & 1 deletion total_push_cnt.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
13

0 comments on commit 8832bb8

Please sign in to comment.