interactive-coding-challenges/linked-lists
2015-05-13 06:35: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.py Added linked list class. 2015-05-13 06:35:05 -04:00
linked-list.ipynb Added append method to linked list. Saved linked list code to file for future reference in linked list problems. 2015-05-12 18:57:29 -04:00
remove-duplicates.ipynb Added notebook solving the following: Remove duplicates from a linked list. 2015-05-06 19:15:09 -04:00