wenima / data-structures

used for all data structure assignments
1 stars 0 forks source link

fix remove funtion in linked list #8

Closed wenima closed 7 years ago

wenima commented 7 years ago

remove had an issue where it assings node.next.next on the last node which points to nothing and fails

wenima commented 7 years ago

created a parametrize for remove to pass in:


linked_list.py 57 0 100% stack.py 8 0 100% test_linked_list.py 71 0 100% test_stack.py 48 0 100%

TOTAL 184 0 100%