add: adding my very very old solution with constant time heaps

This commit is contained in:
2026-05-04 22:16:26 -03:00
parent 439e9175e0
commit 63730e188b
2 changed files with 1 additions and 185 deletions

View File

@@ -43,7 +43,7 @@
},
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": ["ac_constant_time_heap.cpp"],
"alternative-ac": ["ac_constant_time_heap.c"],
"wrong-answer": [],
"time-limit": [],
"time-limit-or-ac": [],