This website works better with JavaScript
Gitinn
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
u84543
/
basic-algorithm
forked de
u10468/basic-algorithm
Seguir
1
Destacar
0
Fork
0
Archivos
基于python,一些基础的好玩的Python算法题的解法
9
Commits
1
Ramas
2
Releases
Árbol:
aacb8ba96d
Ramas
Etiquetas
master
0.03
0.02
basic-algori...
HTTPS
SSH
ZIP
TAR.GZ
猫行天下
aacb8ba96d
两个刚性小球在指定范围内碰撞
hace 7 años
LICENSE
4ee2626b09
Initial commit
hace 7 años
README.md
2a2c88d050
更新 'README.md'
hace 7 años
bouncingball
aacb8ba96d
两个刚性小球在指定范围内碰撞
hace 7 años
dragonline.py
a0a22bd851
add dragon line
hace 7 años
gambler.py
a5535a65d6
利用蒙特卡洛模拟赌徒概率
hace 7 años
minesweeper.py
a81bc2d719
minesweeper.py
hace 7 años
newton_sqrt.py
4cf652823b
newton_sqrt
hace 7 años
README.md
basic-algorithm
基于python,一些基础的好玩的Python算法题的解法
ewtonsqrt.py 用牛顿迭代法计算平方根
minesweeper 扫雷小游戏
dragonline.py 实现龙线
gambler.py 利用蒙特卡洛模拟赌徒概率