educative.io

Educative

Proper and detailed algorithm is missing

This is feedback.

I think the proper algorithm is missing, reversing a LinkedList is a major concept and hard to understand. Before implementation approach should have been discussed.

1 Like

Reversing a linked list is indeed a little hard problem. Shifting from an easy > medium > tough example, author might assumed that the algorithm gets clear. But yeah, there’s still a need to explain the code and algorithm extensively with the help of more illustrations.