Data Structured60_q3_lremove_all

List Remove All

6a02ff8e-7d64-46c0-9dd7-5d80d57681b5.cppC++
1// Loading code...

Selected Submission

100 / 100
0.018s
4608 KB
Linked List
Time Comp.
O(n)
Space Comp.
O(1)
Readability
7/10

"The code implements a `remove_all` function for a custom linked list template. It iterates through the list and removes all nodes containing a specific value, demonstrating core linked list operations."

History

AttemptPoints Time
Try #210011/15/2024
Try #15011/15/2024