feat: added alternative solution and TLE solution to decode-ways problem, wrote the tutorial file and added some more manual test cases
This commit is contained in:
@@ -30,6 +30,9 @@ vector<string> generate_sample_tests() {
|
||||
vector<string> generate_manual_tests() {
|
||||
vector<string> tests;
|
||||
tests.push_back(output_tc("101010101010"));
|
||||
tests.push_back(output_tc("11111111111111111111"));
|
||||
tests.push_back(output_tc("111111111111111111111111111111111111111111111"));
|
||||
tests.push_back(output_tc("111111111111111111111000000000000000000000000"));
|
||||
tests.push_back(output_tc("123456789"));
|
||||
return tests;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user