|
|
|
|
|
by brudgers
4270 days ago
|
|
This is a solved problem. Collections.reverse(myLinkedList);
Absent a demonstrated performance issue, there's no reason to even consider writing and tuning a new version. There's a debugged performant library. The first engineering tool is to apply is Google, not a whiteboard. |
|