基于python,一些基础的好玩的Python算法题的解法

大青瓜 6b2d864ff0 更新 'README.md' 7 lat temu
LICENSE 4ee2626b09 Initial commit 7 lat temu
README.md 6b2d864ff0 更新 'README.md' 7 lat temu
Spirograph 30c79b8c7f 万花尺程序 7 lat temu
bouncingball aacb8ba96d 两个刚性小球在指定范围内碰撞 7 lat temu
dragonline.py a0a22bd851 add dragon line 7 lat temu
gambler.py a5535a65d6 利用蒙特卡洛模拟赌徒概率 7 lat temu
minesweeper.py a81bc2d719 minesweeper.py 7 lat temu
newton_sqrt.py 4cf652823b newton_sqrt 7 lat temu

README.md

basic-algorithm

基于python,一些基础的好玩的Python算法题的解法

  1. ewtonsqrt.py 用牛顿迭代法计算平方根
  2. minesweeper 扫雷小游戏
  3. dragonline.py 实现龙线
  4. gambler.py 利用蒙特卡洛模拟赌徒概率

update on 12/31, 2017