This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
interactive-coding-challenges
Watch
1
Star
0
Fork
0
You've already forked interactive-coding-challenges
mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced
2026-03-04 06:38:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
202599fe0c212771bff5a1d8a9edd334f136daa8
interactive-coding-challenges
/
linked-lists
History
Donne Martin
202599fe0c
Tweak algorithm, no need to set the curr node as it is passed in. Added check for error cases.
2015-05-11 19:51:05 -04:00
..
delete-mid.ipynb
Tweak algorithm, no need to set the curr node as it is passed in. Added check for error cases.
2015-05-11 19:51:05 -04:00
kth-to-last-elem.ipynb
Added notebook solving the following: Find the kth to last element of a linked list.
2015-05-07 19:56:25 -04:00
linked-list.ipynb
Added linked list delete method.
2015-05-08 16:49:33 -04:00
remove-duplicates.ipynb
Added notebook solving the following: Remove duplicates from a linked list.
2015-05-06 19:15:09 -04:00