일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- mariadb
- pandas
- RNN
- E-P1
- keras
- Splunk
- index
- SciPy
- Lotto
- LSTM
- imread
- pycharm
- synology
- SPL
- DFS
- Python
- ipad
- install
- Numpy
- GT-S80
- Series
- javascript
- 알고리즘
- GitHub
- pip
- 삼성소프트웨어멤버십
- CNN
- Button
- dataframe
- mean
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