wenima / data-structures

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

on branch simple_graph - fix bug in del_node() method which assumes a string #67

Closed wenima closed 7 years ago

wenima commented 7 years ago

from TA review:

Also in your del node method, what happens if you have 2 and 12, and attempt to remove 2? It also seems like this method doesn't handle values with multiple digits. This is a pretty major bug