Skip to content
Anatoly edited this page May 31, 2020 · 9 revisions

Welcome to the algorithm calculator library!

This library provides you to make a parallel computation of any algorithm.

How to use?

  1. Create your own algorithm-branch (it can be based on existing modules)
  2. Adopt it to class Algorithm interface
  3. Use class ThreadController interface to make parallel computation

Also, you can use our branches of algorithms and there is no need to adapt it to ThreadController.