Simple parallel search implementation in C++11
Go to file
karsten 60ac1ce373 - added shuffling
- linear Search
- simple testrunner for time-measurement
2021-12-15 16:25:15 +01:00
.gitattributes GITIGNORE und GITATTRIBUTES hinzufügen. 2021-12-15 15:43:28 +01:00
.gitignore GITIGNORE und GITATTRIBUTES hinzufügen. 2021-12-15 15:43:28 +01:00
CMakeLists.txt - added shuffling 2021-12-15 16:25:15 +01:00
CMakeSettings.json Projektdateien hinzufügen. 2021-12-15 15:43:30 +01:00
main.cpp - added shuffling 2021-12-15 16:25:15 +01:00
SearchJob.hpp Projektdateien hinzufügen. 2021-12-15 15:43:30 +01:00
TestRunner.hpp - added shuffling 2021-12-15 16:25:15 +01:00