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

This commit is contained in:
2026-05-04 22:11:06 -03:00
parent 6acc6e738d
commit 439e9175e0
4 changed files with 186 additions and 2 deletions

View File

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