![]() |
Sorting Network Search
Backtracking for Small Sorting Networks
|
Files | |
file | 1NF.cpp [code] |
Code for the first normal form sorting network C1NF . | |
file | 1NF.h [code] |
Interface for the first normal form sorting network C1NF . | |
file | 2NF.cpp [code] |
file | 2NF.h [code] |
Interface for the searchable second normal form sorting network C2NF . | |
file | Autocomplete.cpp [code] |
Code for the fast searchable sorting network CAutocomplete . | |
file | Autocomplete.h [code] |
Interface for the fast searchable sorting network CAutocomplete . | |
file | BinaryGrayCode.cpp [code] |
Code for the binary reflected Gray code generator CBinaryGrayCode . | |
file | BinaryGrayCode.h [code] |
Interface for the binary reflected Gray code generator CBinaryGrayCode . | |
file | ComparatorNetwork.cpp [code] |
Code for the comparator network CComparatorNetwork . | |
file | ComparatorNetwork.h [code] |
Interface for the comparator network CComparatorNetwork . | |
file | Defines.h [code] |
Useful definitions. | |
file | FastSearchableSortNetNearsort.h [code] |
file | Level2Search.cpp [code] |
Code for the Level 2 search CLevel2Search . | |
file | Level2Search.h [code] |
Interface for the Level 2 search CLevel2Search . | |
file | Main.cpp [code] |
Main. | |
file | Matching.cpp [code] |
Code for the matching CMatching . | |
file | Matching.h [code] |
Interface for the matching CMatching . | |
file | Nearsort.cpp [code] |
Code for the searchable sorting network with the nearsort heuristic CNearsort . | |
file | Nearsort.h [code] |
Interface for the searchable sorting network with the nearsort heuristic CNearsort . | |
file | Nearsort2.cpp [code] |
Code for the searchable sorting network with the nearsort2 heuristic CNearsort2 . | |
file | Nearsort2.h [code] |
file | Searchable.cpp [code] |
file | Searchable.h [code] |
Interface for the searchable sorting network CSearchable . | |
file | Settings.cpp [code] |
Code for the shared settings class CSettings . | |
file | Settings.h [code] |
Settings. | |
file | SortingNetwork.cpp [code] |
Code for the sorting network CSortingNetwork . | |
file | SortingNetwork.h [code] |
Interface for the sorting network CSortingNetwork . | |
file | Task.cpp [code] |
Code for the task class CTask . | |
file | Task.h [code] |
Header for the task class CTask . | |
file | TernaryGrayCode.cpp [code] |
Code for the ternary reflected Gray code generator CTernaryGrayCode . | |
file | TernaryGrayCode.h [code] |
Interface for the ternary reflected Gray code generator CTernaryGrayCode . | |
file | ThreadManager.cpp [code] |
Code for the thread manager CThreadManager | |
file | ThreadManager.h [code] |
Header for the thread manager CThreadManager . | |