Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 442 Bytes

algorithm-java-example

This repository is an example of a Java algorithm

IAlgorithm

An interface that needs to be implemented for the algorithm

Wrapper

Creates the web socket connection with the worker and delegates the messages to the algorithm

Algorithm

Example implementation of an algorithm. As a minimum, Start needs to be implemented

AlgorithmExample

Main class. Initializes the algorithm and the socket wrapper