/kotlin-ds-practice

Implementing some data structures in Kotlin

Primary LanguageKotlin

Kotlin DS Practice

Implementing some data structures in Kotlin...they're also tested :3

Data Structures Implemented

  1. Linked Lists
    • size()
    • headNode()
    • tailNode()
    • isEmpty()
    • addToHead()
    • addToTail()
    • removeItem()