adding python solution

This commit is contained in:
2026-05-20 14:50:19 -03:00
parent 33d87c5809
commit 8785966987
4 changed files with 45 additions and 5 deletions

View File

@@ -11,10 +11,14 @@
"grader": false,
"subject": {
"en_us": [
"set-cover-problem", "greedy", "sorting"
"set-cover-problem",
"greedy",
"sorting"
],
"pt_br": [
"inclusao-de-subintervalos", "guloso", "ordenação"
"inclusao-de-subintervalos",
"guloso",
"ordenação"
],
"es": [
""
@@ -43,9 +47,16 @@
},
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": ["caio.cpp"],
"wrong-answer": ["wa.cpp"],
"time-limit": ["TLE.cpp"],
"alternative-ac": [
"caio.cpp",
"saad.py"
],
"wrong-answer": [
"wa.cpp"
],
"time-limit": [
"TLE.cpp"
],
"time-limit-or-ac": [],
"time-limit-or-memory-limit": [],
"memory-limit": [],