300x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 순열
- 동적 프로그래밍
- linux
- OS
- DFS
- kick start
- dp
- 딥러닝
- nlp
- 파이썬
- 프로그래머스
- 네트워크
- 리눅스
- 알고리즘
- BFS
- PYTHON
- 코딩 테스트
- 운영체제
- google coding competition
- 코딩테스트
- 백준
- 코딩
- CSS
- AI
- 킥스타트
- 동적프로그래밍
- 프로그래밍
- 그래프
- 구글 킥스타트
- 브루트포스
Archives
- Today
- Total
목록searching (1)
오뚝이개발자

Sorting Bubble sort Selection sort Insertion sort Shell sort Quick sort Merge sort(분할->병합정렬) Heap sort 각 sorting 알고리즘의 시간복잡도는? Bubble - O(n^2) Selection - O(n^2) Insertion - O(n^2) Shell sort Quick sort worst : O(n^2) best : O(nlogn) avg : O(nlogn) Merge sort Heap sort Searching Linear search는 언제 쓰면 좋은가? item이 sorted 되어있지 않거나 unsortable할 때 Linear search의 단점? 찾는 아이템이 없거나 뒤쪽에 있는 경우 비효율적 Binary sea..
CS 기초/자료구조 및 알고리즘
2020. 10. 26. 16:40