An open API service indexing awesome lists of open source software.

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)

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)