feat: alternative AC solution and TLE solution implemented, also wrote the tutorial for the problem and improved its description
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user