SinglyLinkedList inconsistent
mschirmacher opened this issue · 2 comments
mschirmacher commented
The 4th challenge of the singly base challenge first: Node property is inconsistent.
The description suggest we implement a property returnning the first element added to the list, while the according test suggests it returns basically the head property
igorwojda commented
Would you like to open PR with the fix?
igorwojda commented
I have updated desc