This website works better with JavaScript
Gitinn
홈
탐색
도움말
가입하기
로그인
u10468
/
basic-algorithm
Watch
1
Star
0
포크
1
파일
이슈
2
풀 리퀘스트
1
위키
基于python,一些基础的好玩的Python算法题的解法
10
커밋
1
브랜치
2
릴리즈
브렌치:
master
브랜치
태그
master
0.03
0.02
basic-algori...
HTTPS
SSH
ZIP
TAR.GZ
猫行天下
30c79b8c7f
万花尺程序
7 년 전
LICENSE
4ee2626b09
Initial commit
7 년 전
README.md
2a2c88d050
更新 'README.md'
7 년 전
Spirograph
30c79b8c7f
万花尺程序
7 년 전
bouncingball
aacb8ba96d
两个刚性小球在指定范围内碰撞
7 년 전
dragonline.py
a0a22bd851
add dragon line
7 년 전
gambler.py
a5535a65d6
利用蒙特卡洛模拟赌徒概率
7 년 전
minesweeper.py
a81bc2d719
minesweeper.py
7 년 전
newton_sqrt.py
4cf652823b
newton_sqrt
7 년 전
README.md
basic-algorithm
基于python,一些基础的好玩的Python算法题的解法
ewtonsqrt.py 用牛顿迭代法计算平方根
minesweeper 扫雷小游戏
dragonline.py 实现龙线
gambler.py 利用蒙特卡洛模拟赌徒概率