feat: alternative AC solution and TLE solution implemented, also wrote the tutorial for the problem and improved its description
This commit is contained in:
@@ -24,7 +24,7 @@ vector<string> generate_sample_tests() {
|
||||
vector<string> tests;
|
||||
tests.push_back(output_tc(1, 1));
|
||||
tests.push_back(output_tc(2, 2));
|
||||
tests.push_back(output_tc(2, 3));
|
||||
tests.push_back(output_tc(2, 1));
|
||||
return tests;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user