This website works better with JavaScript
Gitinn
Página inicial
Explorar
Ajuda
Registrar
Entrar
u84543
/
basic-algorithm
fork de
u10468/basic-algorithm
Observar
1
Favorito
0
Fork
0
Arquivos
基于python,一些基础的好玩的Python算法题的解法
7
Commits
1
Branches
2
Versões
Tree:
a5535a65d6
Branches
Tags
master
0.03
0.02
basic-algori...
HTTPS
SSH
ZIP
TAR.GZ
猫行天下
a5535a65d6
利用蒙特卡洛模拟赌徒概率
7 anos atrás
LICENSE
4ee2626b09
Initial commit
7 anos atrás
README.md
e24a64d21e
更新 'README.md'
7 anos atrás
dragonline.py
a0a22bd851
add dragon line
7 anos atrás
gambler.py
a5535a65d6
利用蒙特卡洛模拟赌徒概率
7 anos atrás
minesweeper.py
a81bc2d719
minesweeper.py
7 anos atrás
newton_sqrt.py
4cf652823b
newton_sqrt
7 anos atrás
README.md
basic-algorithm
基于python,一些基础的好玩的Python算法题的解法
ewtonsqrt.py 用牛顿迭代法计算平方根
minesweeper 扫雷小游戏
dragonline.py 实现龙线