搜索资源列表
astar
- Astar寻路算法的python模拟实现-Astar pathfinding algorithm simulation python
python-migong
- 这是一个基于python实现的生成随机迷宫算法核心代码分享-This is a python to generate a random maze algorithm to achieve the core code-sharing
Gomoku
- 简单五子棋,简单学习算法,很弱的AI,原文是Python语句,现改写位c++(Simple backgammon, simple learning algorithm, very weak AI, the original is a Python statement, is now rewritten bit c++)
新建文件夹
- 经典的大学作业题,针对初学python与算法的人设计。(Classic college exercises)
Tic-Tac-Toe
- 人机下棋,智能算法,人工智能,机器游戏,初学爬虫(Man-machine chess, intelligent algorithm, artificial intelligence, machine game, first learning crawler)
pacman
- pacman game可用于python学习和算法实现(pacman game can be used to practice python)
RubiksCube-TwophaseSolver-master
- 该算法可以在短时间内给出三阶魔方复原路线(The algorithm can give three order magic cube restoration path in a short time.)
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。