Data StructureqXa-list-explode

List Explode

e4ff10b3-690b-4043-87ce-1d9d37e64530.cppC++
1// Loading code...

Selected Submission

5 / 100
0.411s
153872 KB
Linked ListArray
Time Comp.
O(n)
Space Comp.
O(n)
Readability
6/10

"The code utilizes a custom `list` implementation and a `vector` to store lists, demonstrating the use of both linked lists and arrays. The `explode` function manipulates the linked list nodes and stores them in a vector."

History

AttemptPoints Time
Try #7512/3/2024
Try #6512/3/2024
Try #5512/3/2024
Try #4512/3/2024
Try #3012/3/2024
Try #2512/3/2024
Try #1012/3/2024