This website works better with JavaScript
Gitinn
Home
Esplora
Aiuto
Registrati
Accedi
u84543
/
basic-algorithm
forkato da
u10468/basic-algorithm
Segui
1
Vota
0
Forka
0
File
基于python,一些基础的好玩的Python算法题的解法
10
Commit
1
Rami (Branch)
2
Rilasci
Albero (Tree):
30c79b8c7f
Rami (Branch)
Tag
master
0.03
0.02
basic-algori...
HTTPS
SSH
ZIP
TAR.GZ
猫行天下
30c79b8c7f
万花尺程序
7 anni fa
LICENSE
4ee2626b09
Initial commit
7 anni fa
README.md
2a2c88d050
更新 'README.md'
7 anni fa
Spirograph
30c79b8c7f
万花尺程序
7 anni fa
bouncingball
aacb8ba96d
两个刚性小球在指定范围内碰撞
7 anni fa
dragonline.py
a0a22bd851
add dragon line
7 anni fa
gambler.py
a5535a65d6
利用蒙特卡洛模拟赌徒概率
7 anni fa
minesweeper.py
a81bc2d719
minesweeper.py
7 anni fa
newton_sqrt.py
4cf652823b
newton_sqrt
7 anni fa
README.md
basic-algorithm
基于python,一些基础的好玩的Python算法题的解法
ewtonsqrt.py 用牛顿迭代法计算平方根
minesweeper 扫雷小游戏
dragonline.py 实现龙线
gambler.py 利用蒙特卡洛模拟赌徒概率