Data Structured61_q1_ordered_set
Ordered Set
4aeb7eca-158e-45e6-8c14-e3723def1dc5.cppC++
1// Loading code...Selected Submission
100 / 100
0.057s
3256 KB
Array
Time Comp.
O(n log n)
Space Comp.
O(n)
Readability
7/10
"The code implements set operations (union and intersection) using vectors. It relies on sorting and binary search (lower_bound) to efficiently find elements, making it fundamentally an 'Array' based algorithm."
History
| Attempt | Points | Time ↓ |
|---|---|---|
| Try #2 | 100 | 9/20/2024 |
| Try #1 | 50 | 9/20/2024 |