Q: 퀵정렬과 병합정렬의 차이점은 무엇인가요?
A:
퀵
https://gmlwjd9405.github.io/2018/05/10/algorithm-quick-sort.html
병합
https://gmlwjd9405.github.io/2018/05/08/algorithm-merge-sort
Q: 버블 정렬/선택 정렬
A:
버블
https://gmlwjd9405.github.io/2018/05/06/algorithm-bubble-sort.html
선택
https://gmlwjd9405.github.io/2018/05/06/algorithm-selection-sort.html
- 거꾸로. reverse. answer[::-1]
- del 리스트[인덱스/슬라이스], 리스트.remove(값)
- 리스트.pop(인덱스)
- f"문자열 {변수} 문자열"
'TIL' 카테고리의 다른 글
TIL 082423 (0) | 2023.08.24 |
---|---|
TIL 082323 (0) | 2023.08.23 |
TIL 082123 (0) | 2023.08.21 |
TIL 081823 (0) | 2023.08.18 |
TIL 081723 (0) | 2023.08.17 |