https://github.com/fa7ad/js-ai-code
Solving beginner level AI problems (using JS)
https://github.com/fa7ad/js-ai-code
artificial-intelligence-algorithms javascript
Last synced: 4 months ago
JSON representation
Solving beginner level AI problems (using JS)
- Host: GitHub
- URL: https://github.com/fa7ad/js-ai-code
- Owner: fa7ad
- License: gpl-3.0
- Created: 2019-02-01T05:41:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T17:17:22.000Z (over 1 year ago)
- Last Synced: 2025-04-30T15:41:52.949Z (about 1 year ago)
- Topics: artificial-intelligence-algorithms, javascript
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-ai-code
Solving beginner level AI problems (using JS)
So far,
* [x] Naïve BFS solution to 8-Puzzle problem
* [ ] A* implementation in 8-Puzzle (learning about that)