Parcourir la source

增加了现有3个程序的说明

猫行天下 il y a 7 ans
Parent
commit
9c05d6bb3f
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -1,3 +1,7 @@
 # basic-algorithm
 
-基于python,一些基础的好玩的Python算法题的解法
+基于python,一些基础的好玩的Python算法题的解法
+
+1 newtonsqrt.py 用牛顿迭代法计算平方根
+2 minesweeper 扫雷小游戏
+3 dragonline.py 实现龙线