https://github.com/fabianoxyz/data-structures
Some Common Data Structure and Algorithms Implementation
https://github.com/fabianoxyz/data-structures
algorithms data-structures data-structures-and-algorithms library
Last synced: 8 months ago
JSON representation
Some Common Data Structure and Algorithms Implementation
- Host: GitHub
- URL: https://github.com/fabianoxyz/data-structures
- Owner: fabianoxyz
- License: apache-2.0
- Created: 2019-06-19T00:33:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T15:55:10.000Z (over 1 year ago)
- Last Synced: 2024-12-19T16:35:41.725Z (over 1 year ago)
- Topics: algorithms, data-structures, data-structures-and-algorithms, library
- Language: Kotlin
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures and Algorithms
Just some common algorithms and data structures.
## Description
Here there are many implementation of common algorithms and data structure.
On most of them, I will be using the language features and standard libraries,
so if you want actual implementations of structures like
HashMap, Set, Stack, the most commons binary trees, etc. you won't find it here.
## Technologies
- JVM 21
- Kotlin 2.1.x
- The respective standard libraries
- Kotest 5.7.x