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 head() for Singly Linked List #46

Closed bhaveesarna closed 3 years ago

bhaveesarna commented 3 years ago

closes #25

ashikka commented 3 years ago

Great job!