This repository is an example of a Java algorithm
An interface that needs to be implemented for the algorithm
Creates the web socket connection with the worker and delegates the messages to the algorithm
Example implementation of an algorithm.
As a minimum, Start
needs to be implemented
Main class. Initializes the algorithm and the socket wrapper