We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da809c9 commit 9b6c559Copy full SHA for 9b6c559
reverse-bits/clara-shin.js
@@ -1,5 +1,5 @@
1
/**
2
- * 비트 반전 문제(32비트 무부호 정수, 32bit unassigned integer)
+ * 비트 반전 문제(32비트 무부호 정수, 32 bits unsigned integer)
3
* 비트 반전: 32비트 전체를 뒤집는 것(왼쪽과 오른쪽을 바꾸는 것)
4
*
5
* 접근 방법:
0 commit comments