Skip to content

Completed MVP except ring_buffer tests don't all pass. Copy and paste… - #1

Open
calebredd wants to merge 2 commits into
masterfrom
Caleb
Open

Completed MVP except ring_buffer tests don't all pass. Copy and paste…#1
calebredd wants to merge 2 commits into
masterfrom
Caleb

Conversation

@calebredd

Copy link
Copy Markdown
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.
Comment thread reverse/reverse.py
# Flip previous node direction
node.set_next(prev)
# Use recursion to continue with the cycle
self.reverse_list(next, node)

Copy link
Copy Markdown
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.

2 participants