Skip to content

Commit

Permalink
update: [2주차_노경민] 3. Binary Search & Bitwise Operations
Browse files Browse the repository at this point in the history
  • Loading branch information
gengminy committed Oct 15, 2023
1 parent 3a26c3f commit de49cc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ math: true

비트를 옆으로 옮기지만 최상위 부호비트는 바뀌지 않는다.

![](https://github.com/L1LDB/L1LDB.github.io/blob/main/_posts/coding-interview-univ/3.-Binary-Search-&-Bitwise-operations/2023-10-08-노경민/1.png)
![](/assets/img/gengminy/coding-interview-univ/binary-search/1.png)

논리 우측 시피트는 비트를 옮길 때 보이는 것처럼 움직인다.

비트를 옆으로 옮긴 다음 최상위 비트에 0을 넣는다.

![](https://github.com/L1LDB/L1LDB.github.io/blob/main/_posts/coding-interview-univ/3.-Binary-Search-&-Bitwise-operations/2023-10-08-노경민/2.png)
![](/assets/img/gengminy/coding-interview-univ/binary-search/2.png)

## 기본적인 비트 조작: 비트값 확인 및 채워넣기

Expand Down

0 comments on commit de49cc2

Please sign in to comment.