Data Structured63_q4b_list_extract
List Extract
f5e98e3a-586e-4508-81b3-05a383ab4275.cppC++
1// Loading code...Selected Submission
100 / 100
0.077s
1516 KB
Linked List
Time Comp.
O(n)
Space Comp.
O(1)
Readability
5/10
"The code implements a custom linked list and provides an `extract` function to move elements matching a given value from one list to another. The core data structure is a doubly linked list, and the operations manipulate pointers within this list."
History
| Attempt | Points | Time ↓ |
|---|---|---|
| Try #3 | 100 | 11/15/2024 |
| Try #2 | 100 | 11/15/2024 |
| Try #1 | 0 | 11/15/2024 |