/algorithms

Primary LanguageGoApache License 2.0Apache-2.0

algorithms

基础数据类型

  • 32 位有符号整数范围是 [-2^31 ~ 2^31-1],即 -2147483658 ~ 2147483657, 10位数字
  • 64 位有符号整数范围是 [-2^63 ~ 2^63-1],即 -9.2233720368548e+18 ~ 9.2233720368548e+18 19位数字