https://github.com/shervinchen/crazycat
使用Canvas制作的围住神经猫,算法基于广度优先搜索实现。
https://github.com/shervinchen/crazycat
algorithm bfs canvas dfs javascript umd
Last synced: about 1 month ago
JSON representation
使用Canvas制作的围住神经猫,算法基于广度优先搜索实现。
- Host: GitHub
- URL: https://github.com/shervinchen/crazycat
- Owner: shervinchen
- Created: 2017-08-26T12:23:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T02:50:19.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T15:21:51.350Z (3 months ago)
- Topics: algorithm, bfs, canvas, dfs, javascript, umd
- Language: JavaScript
- Homepage: https://csdoker.github.io/crazycat/
- Size: 606 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurroundCat
一个围住神经猫的demo,用于练习一些基础的搜索算法。