Home

Awesome

Knight's tour implementation in C using OpenMP library for parallelization

Two implementations are provided: a)using a common list where the tasks to be executed reside b)tasks distributed lists (one list for each thread)