/ai-trainground

Visualization for problem solving algorithms

Primary LanguageJavaScript

AI-Trainground Build Status Build Status

Visualization for problem solving algorithms. Created with reactjs, redux.

Grid

  • Depth First Search
  • Breadth First Search
  • Greedy Search
  • Uniform Search
  • A* Search

Nine

Work on progress

TicTacToe

Work on progress

How to use

  • npm i -g webpack-dev-server

  • npm install

  • npm run dev

  • open your browser at http://localhost:8080/webpack-dev-server/

  • npm run flask to start the flask server

  • npm run test-flask to run flask test suite