cppEASYCODING
Warm up with heap merge streams
Easy C++ arena: priority_queue, custom comparators, and k-way merge
XP reward
105
Coins
9
Target time
21m
Log shards arrive sorted by timestamp and must be merged without loading everything. You are working inside a C++ performance arena, and the arena only clears when the result is safe, deterministic, and explainable.
Learning objective
Learn to apply priority_queue, custom comparators, and k-way merge in a C++ performance arena while explaining the invariant, safety constraints, and hidden edge cases.
Mission order
K sorted streams expose current timestamp, shard id, and message. Implement the direct solution first, then document the one edge case that can break it. Submit the solution plus enough reasoning to pass hidden edge cases.Visible checks
sample case
Expected: 2
empty input
Expected: 0
Clear requirements
- Demonstrates priority_queue, custom comparators, and k-way merge
- Handles the visible sample and hidden edge cases
- Keeps output deterministic and explainable
- Avoids unsafe dynamic execution
Secure validation contract
Judge type
CODING
Complexity target
Readable O(n) or O(n log n) baseline
Workspace
Code editor
cppsafe mock judge
Charging editor core
Test Results
Run the visible checks when your first pass is ready.
Clear Protocol
1Read the scenario and restate the expected output shape.
2Run visible checks before chasing hidden edge cases.
3Use Genie for one nudge if stuck, then explain the invariant.
4Submit only when the result is deterministic and safe.
Rewards
XP
105
Coins
9
Mission Route
Hints
Hints are metered and logged for No Hint Hero runs.
Genie Mentor Core
Hint protocol / contextual guardrails active
Progressive hints
Failed-test aware
Solution guarded
Mission: cpp-easy-heap-merge0 attempts0 failed tests0 hints used
Progressive hint depth
Genie: Genie online. I use your mission, attempts, failed tests, hints, and path context to coach the next rep without dumping answers first.