Data Structureds03_heap_order
Heap Ordering
d8efc394-b45e-4e45-8908-c91a0365a798.cppC++
1// Loading code...Selected Submission
100 / 100
0.009s
2044 KB
P-QueueHeap
Time Comp.
O(N log N)
Space Comp.
O(N)
Readability
6/10
"The code implements a custom priority queue using a heap data structure. It also defines a `student` class with a custom comparison operator, which is then used with the priority queue. The core algorithmic concept revolves around the heap-based priority queue."
History
| Attempt | Points | Time ↓ |
|---|---|---|
| Try #1 | 100 | 11/2/2024 |