일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- GitHub
- ipad
- javascript
- Lotto
- Splunk
- GT-S80
- RNN
- DFS
- 삼성소프트웨어멤버십
- index
- dataframe
- pandas
- Series
- mean
- E-P1
- 알고리즘
- SPL
- synology
- CNN
- Numpy
- LSTM
- SciPy
- imread
- Python
- keras
- Button
- install
- pip
- mariadb
- pycharm
Archives
- Today
- Total
잠토의 잠망경
[GFG] Searching Algorithms 본문
https://www.geeksforgeeks.org/searching-algorithms/
Searching Algorithms - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
검색알고리즘이란?
1. Sequential Search(순차검색)
2. Interval Search(간격검색)
전제 : 정렬
탐색 알고리즘 종류
종류 | |
Linear Search | https://www.geeksforgeeks.org/linear-search/ |
Sentinel Linear Search | https://www.geeksforgeeks.org/sentinel-linear-search/ |
Binary Search | |
Meta Binary Search | One-Sided Binary Search | |
Ternary Search | |
Jump Search | |
Interpolation Search | |
Exponential Search | |
Fibonacci Search | |
The Ubiquitous Binary Search |
Comments