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:
2025-11-11 11:10:17 -03:00
parent 353fd05093
commit e37b1b1544
200 changed files with 466 additions and 281 deletions

View File

@@ -43,9 +43,9 @@
},
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": [],
"alternative-ac": ["alternative_ac.cpp"],
"wrong-answer": [],
"time-limit": [],
"time-limit": ["TLE.cpp"],
"time-limit-or-ac": [],
"time-limit-or-memory-limit": [],
"memory-limit": [],