/lksh-imap

Map container written in kotlin

Primary LanguageKotlin

Map container implementation

  • Made for the LKSH as an introductory work
  • Author: Valentin Safronov

Specifications

  1. IMap is the class for the container
  2. IMap is located in the imap.kt
  3. IMap is based on the binary search tree
    So, the complexity is about O(log n)
  4. IMap.interact is an user input handler