숙명여대 학점교류로 듣는 자료구조 day 10. 2022.1.4. 화요일 정렬 selection sort bubble sort insertion sort quick sort heap sort merge sort radix sort sorting이란 무엇인가.. * preliminary stage for searching * formulation - a list of record (R0, R1, ..., Rn-1) : Ri = key(Ki) + other data (구조체 같은 형태) - sorting problem : to search a permutation (R0, R1, ..., Rn-1) that satisfies Ki < Ki+1 (0 단계별 출력 내용 알아야한다 bubble sort * bub..