This website works better with JavaScript
Gitinn
Home
Explore
Help
Register
Sign In
u10468
/
basic-algorithm
Watch
1
Star
0
Fork
1
Files
Issues
2
Pull Requests
1
Wiki
基于python,一些基础的好玩的Python算法题的解法
10
Commits
1
Branches
2
Releases
Branch:
master
Branches
Tags
master
0.03
0.02
basic-algori...
HTTPS
SSH
ZIP
TAR.GZ
猫行天下
30c79b8c7f
万花尺程序
7 years ago
LICENSE
4ee2626b09
Initial commit
7 years ago
README.md
2a2c88d050
更新 'README.md'
7 years ago
Spirograph
30c79b8c7f
万花尺程序
7 years ago
bouncingball
aacb8ba96d
两个刚性小球在指定范围内碰撞
7 years ago
dragonline.py
a0a22bd851
add dragon line
7 years ago
gambler.py
a5535a65d6
利用蒙特卡洛模拟赌徒概率
7 years ago
minesweeper.py
a81bc2d719
minesweeper.py
7 years ago
newton_sqrt.py
4cf652823b
newton_sqrt
7 years ago
README.md
basic-algorithm
基于python,一些基础的好玩的Python算法题的解法
ewtonsqrt.py 用牛顿迭代法计算平方根
minesweeper 扫雷小游戏
dragonline.py 实现龙线
gambler.py 利用蒙特卡洛模拟赌徒概率