# Bound

3개의 포스트

파이썬 bisect_right , bisect_left 를 Java로 구현한 것 [upper_bound , lower_bound , bound , bisect]

참고 블로그 : https://codingdog.tistory.com/entry/%ED%8C%8C%EC%9D%B4%EC%8D%AC-bisectright-bisectleft-%EA%B0%81%EA%B0%81-upperbound-lowerbound%EC%97%90

2022년 11월 4일
·
0개의 댓글
·
post-thumbnail

🤔 I/O , CPU Bound Process

I/O 바운드 프로세스 계산보다 I/O에 더 많은 시간을 소비하는 프로세스.CPU 바운드 프로세스 계산에 더 많은 시간을 소비하며 I/O 요청을 자주 생성하지 않는 프로세스. Ex) 채굴

2021년 4월 1일
·
0개의 댓글
·