Skip to content

Conversation

AngelaOh
Copy link

No description provided.

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

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

Well done, you didn't get every method implemented but the ones written work well. You hit the learning goals here!

else # if deleting from somewhere in middle or end
until current.data == value
previous = current
current = current.next

Choose a reason for hiding this comment

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

What about if the value is not in the list. You could try to do .data on nil.

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