This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| algorithm:binary_search [2016/06/19 10:33] – ledyx | algorithm:binary_search [2021/02/07 03:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| * A < X ≤ B 조건을 검색. (반환값이 index+1 이므로) | * A < X ≤ B 조건을 검색. (반환값이 index+1 이므로) | ||
| + | |||
| 첫번째 값을 찾지 못하는 Bug 있음. | 첫번째 값을 찾지 못하는 Bug 있음. | ||
| + | |||
| <sxh java> | <sxh java> | ||