Skip to content

Conversation

@calebredd
Copy link
Owner

… tests into buffer file and they print as expected, not sure what's going on but I've exhausted my time limit for that problem and am moving forward.

calebredd added 2 commits May 31, 2020 20:00
… tests into buffer file and they print as expected, not sure what's going on but I've exhausted my time limit for that problem and am moving forward.
# Flip previous node direction
node.set_next(prev)
# Use recursion to continue with the cycle
self.reverse_list(next, node)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job! Clean code and solid notes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants