# basic-algorithm

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

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