igorwojda/kotlin-coding-challenges

SinglyLinkedList inconsistent

mschirmacher opened this issue · 2 comments

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

Would you like to open PR with the fix?

I have updated desc