Data Structured61_q2_splitlist

Split List

aa0bdcc8-013e-421b-8fae-8a81bc62a03a.cppC++
1// Loading code...

Selected Submission

100 / 100
0.028s
4928 KB
Linked List
Time Comp.
O(n)
Space Comp.
O(1)
Readability
4/10

"The code manipulates a doubly linked list to split it into two sublists. The core data structure used is a Linked List, and the operations involve pointer manipulation to rearrange the nodes."

History

AttemptPoints Time
Try #310011/15/2024
Try #28011/15/2024
Try #1011/15/2024