markyang92.log
로그인
markyang92.log
로그인
[python] bisect : 이진 탐색, Lower Bound, Upper Bound
markyang92
·
2021년 11월 9일
팔로우
0
python
0
python
목록 보기
36/42
biscet 모듈
Lower bound, Upper bound, 이진 탐색 내용:
https://velog.io/@markyang92/algorithm-searching#bound
biscet
는
binary search
를 지원한다.
정렬된 리스트
'a'
에 데이터
x
bisect_
left
(a,x) : -> int
가장 왼쪽 인덱스 반환
lower bound
라고 생각하면 될 듯
bisect_
right
(a,x) : -> int
가장 오른쪽 인덱스 반환
upper bound
라고 생각하면 될 듯
markyang92
pllpokko@alumni.kaist.ac.kr
팔로우
이전 포스트
[module] deque (queue+stack)
다음 포스트
shutil : 고수준 파일 연산
0개의 댓글
댓글 작성