Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- false
- 입출력
- 차집합
- 합집합
- 성적 입력받기
- 1일차
- 파이썬
- html
- 귀도 반 로섬
- input()
- pop()
- Java Script # == # === # difference # 차이
- 딥러닝
- a=1
- 변수
- 그룹 # 그룹 해체 # 단축키 #figma #Figma
- 정보를 담을 수 있는 그릇
- del()
- 조건문 큰 수부터 입력받아야하는 이유
- append()
- 조지 불
- 부스트캠프
- 불리안
- null # undefined
- insert()
- index()
- 변할 수 있는
- Python
- 리스트와 차이점
- 변수와 입출력
Archives
- Today
- Total
I about me
[중간고사] 2-(5). Divide and Conquer - Selection Problem 본문
Algorithm/Lecture note
[중간고사] 2-(5). Divide and Conquer - Selection Problem
ssungni 2024. 4. 20. 04:14Selection Problem
- uneven split의 대표적 예시
- 문제: 정렬되지 않은 데이터 집합에서 k번째 요소를 찾아라
- Divide를 활용하여 Selection 문제를 해결할 수 있음.
- Sorting을 활용하여 Selection 문제를 해결할 수 있음.
- 아래의 사진을 이해하기 위해 pivot을 활용하는 quick sort 를 먼저 알아보고 작성할게요
** 어떻게? 시간 복잡도 의미하는 바? 각 componant의 이해
'Algorithm > Lecture note' 카테고리의 다른 글
[중간고사] Ram access model - 메모리는 임의 접근을 한다! (0) | 2024.04.24 |
---|---|
[중간고사] 2-(4). Divide and Conquer - Uneven Split, Selection Problem (0) | 2024.04.24 |
[중간고사] 2-(2). Divide and Conquer - Matrix Multiplication (0) | 2024.04.24 |
[중간고사] 1. Algorithm Efficiency (0) | 2024.04.22 |
2-(1). Induction Proof & Recurrence Relation (0) | 2024.04.22 |