순열 정렬1 Lecture 3: Sorting 정렬 검정색 볼드체: MIT에서 제공하는 자료에 나오는 내용 그대로 적음 검은색 글자: 자료 내용 해석파란색 글자: 자료에는 없지만 추가 설명을 적어 놓은 것 Lecture 3: Sorting 1. Set Interface 이 전 강의에서 아이템 순서가 있는 인터페이스는 Sequence Interface이고, 아이템 순서가 없지만 아이템 중복도 없는 인터페이스를 Set Interface라고 하였다. Containerbuild(X)given an iterable X, build set from items in X len()return the number of stored itemsStaticfind(k)return the stored item with key kDynamicinsert(x)add x to se.. 2025. 6. 2. 이전 1 다음