Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 204 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 204 Bytes

kotlin-data-algo

Kotlin data structures and algorithms

Basic data structures

  • LinkedList
  • Stack
  • Queue
  • BinarySearchTree
  • Heap
  • HashMap

Basic algorithms

  • String rotation
  • Matrix rotation