Request: Standardize solution code and test filenames to class names.
Closed this issue · 0 comments
twitchy0 commented
The following classnames did not map directly to benchmark code and test file names and required the below mapping:
SOLUTION_MAP = {
"BankAccount": "Bank_Account_System",
"Classroom": "ClassroomManagement",
"ClassRegistrationSystem": "Class_Registration_System",
"DatabaseProcessor": "DatabaseOperation",
"IpUtil": "IPUtil",
"Order": "OrderManagement",
"VectorUtil": "VectorCalculator",
}