dev-xero / kotlin-ds-practice

Implementing some data structures in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Implementing some data structures in Kotlin


Languages

Language:Kotlin 100.0%