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
| Attempt | Points | Time ↓ |
|---|---|---|
| Try #4 | 100 | 11/15/2024 |
| Try #3 | 10 | 11/15/2024 |
| Try #2 | 10 | 11/15/2024 |
| Try #1 | 10 | 11/15/2024 |