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

https://github.com/dunnock/codinggame-ai

Codinggame winning challenges implementation: BFS, DFS, A*, IBFS
https://github.com/dunnock/codinggame-ai

Last synced: 24 days ago
JSON representation

Codinggame winning challenges implementation: BFS, DFS, A*, IBFS

Awesome Lists containing this project

README

          

# codinggame-ai

This project contains my winning code for codinggame service, just for fun and sharpening skills

# structure

Every subfolder is relevant to specific codinggame challenge

# NOTES

* A* search logic is defined within treesearch.js and pathfinder.js OR predictor.js.
* Latest implementations are Skynet and Maze
* Boilerplate project has generic implementation, starting point for new challenge implementation.
* TODO: switch predictor to pathfinder.js

# Prerequisites

* Babel
* Webpack
* Node 4