Adding 4th assignment - Simple Search
This commit is contained in:
9
SimpleSearch/SearchSummary.h
Normal file
9
SimpleSearch/SearchSummary.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SIMPLESEARCH_SEARCHSUMMARY_H
|
||||
#define SIMPLESEARCH_SEARCHSUMMARY_H
|
||||
|
||||
struct SearchSummary {
|
||||
long long comparisons = 0;
|
||||
double timeSpentMs = 0;
|
||||
};
|
||||
|
||||
#endif //SIMPLESEARCH_SEARCHSUMMARY_H
|
||||
Reference in New Issue
Block a user