Data Structured63_q4a_list_reverse

List Reverse

431213e3-f736-47dd-a1e7-f99711e93454.cppC++
1// Loading code...

Selected Submission

100 / 100
0.075s
4604 KB
Linked List
Time Comp.
O(n)
Space Comp.
O(1)
Readability
5/10

"The code implements a reverse function for a custom list class using iterators. It utilizes basic iteration and swapping, making it fundamentally an implementation of a list reversal algorithm."

History

AttemptPoints Time
Try #410011/15/2024
Try #31011/15/2024
Try #21011/15/2024
Try #11011/15/2024