donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Other
29.44k stars 4.45k forks source link

Fix #173: Linked list append and delete method bugs #184

Closed eamanu closed 7 years ago

eamanu commented 7 years ago

Clean commit to fix #173 bug

eamanu commented 7 years ago

@donnemartin

This is the clean PR to fix #173 bug

Please review it!

Regards!

donnemartin commented 7 years ago

@eamanu @glang thank you!