An open API service indexing awesome lists of open source software.

https://github.com/hojat72elect/kotlin_data_structures_algorithms

Common algorithms and data structures implemented in Kotlin.
https://github.com/hojat72elect/kotlin_data_structures_algorithms

algorithms data-structures jvm kotlin

Last synced: 11 months ago
JSON representation

Common algorithms and data structures implemented in Kotlin.

Awesome Lists containing this project

README

          

# Kotlin_Data_Structures_Algorithms
Most common algorithms and data structures implemented in Kotlin.

The main book used for the majority of this project is the first edition of "https://books.google.ca/books?id=tAWLzgEACAAJ".

Feel free to fork and pull request to this repository.

Data Structures implemented in this repo:

* Stack
* Graph
* Linked List
* Queue
* Tree
* Trie