Skip to content

tobiasrask/space-fast-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

space-fast-track

NodeJS implementation for Reaktor Orbital Challenge.

How to solve the challenge?

In this example we use vectors, graph, heap and A* search algorithm to find the shortest route through network of given satellites.

Run program by using npm:

$ npm run process [input-data-filename]

# for example:
$ npm run process ./data/input-1.ini

Test

Run tests using npm:

$ npm run test

About

Reaktor Orbital Challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published