Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.72 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.72 KB

Kotlin

Custom Data Structures implementation in Kotlin language

About this repository

  • The purpose of this repository is to demonstrate custom implementation of various Data structures using Kotlin.
  • The main reason/motivation for this repository arose when I was brushing up my DS & Algo concepts. I failed to find any good and complete reference/blog/article where I could find custom implementations in Kotlin.
  • I used Kotlin for the same as I love its inclination towards Functional Programming.

Details