일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Button
- imread
- GT-S80
- RNN
- Python
- SPL
- 삼성소프트웨어멤버십
- SciPy
- javascript
- mean
- E-P1
- keras
- install
- Splunk
- ipad
- pip
- dataframe
- pycharm
- synology
- Lotto
- CNN
- Series
- pandas
- index
- GitHub
- 알고리즘
- DFS
- mariadb
- Numpy
- LSTM
Archives
- Today
- Total
잠토의 잠망경
[GFG] Searching Algorithms 본문
https://www.geeksforgeeks.org/searching-algorithms/
검색알고리즘이란?
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