Skip to content

Knight's tour implementation using OpenMP for parallelization

Notifications You must be signed in to change notification settings

chamalis/knightsTour_OMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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)

About

Knight's tour implementation using OpenMP for parallelization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages