mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 18:55:36 +08:00
Polish the chapter of heap, introduction, preface.
Replace "其它" with "其他"
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
3. 当所有 bits 为 0 时代表数字 $0$ ,从零开始增大,可得最大正数为 $2^{31} - 1$;
|
||||
4. 剩余 $2^{31}$ 个数字全部用来表示负数,因此最小负数为 $-2^{31}$ ;具体细节涉及“源码、反码、补码”的相关知识,有兴趣的同学可以查阅学习;
|
||||
|
||||
其它整数类型 byte, short, long 的取值范围的计算方法与 int 类似,在此不再赘述。
|
||||
其他整数类型 byte, short, long 的取值范围的计算方法与 int 类似,在此不再赘述。
|
||||
|
||||
### 浮点数表示方式 *
|
||||
|
||||
|
Reference in New Issue
Block a user