what have you learned - HeavyYuan/Data-Structure GitHub Wiki

array目录

  1. 数组声明时,长度不能是变量
  2. 动态数组的实现方法
  3. 随机数的产生,每次运行程序产生的随机数不同(待实现)