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.
- Host: GitHub
- URL: https://github.com/hojat72elect/kotlin_data_structures_algorithms
- Owner: hojat72elect
- Created: 2022-01-09T23:57:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T04:37:24.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:31:28.397Z (about 1 year ago)
- Topics: algorithms, data-structures, jvm, kotlin
- Language: Kotlin
- Homepage:
- Size: 925 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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