code-sherpas / kollections

Kollections is a Kotlin open source library to fill the gap that currently exists in the Kotlin Standard Library regarding data structures. :rocket:
MIT License
9 stars 9 forks source link

Feat: Added insertAtEnd() for singly linked lists #47

Closed salt57 closed 3 years ago

ashikka commented 3 years ago

Great work @salt57!