Amazon Coding Interview Question: Reverse a Linked List (Leetcode 206 in Python)
У вашего броузера проблема в совместимости с HTML5
Quick tutorial on how to reverse linked lists. I tried to be as thorough as possible.
Edit: There's an error on the slide at 8:09. It should say "temp.next = prev" not temp = prev. Sorry about that, I think I was using an old slide.