A repository containing various data structures and algorithms implemented in Kotlin and Java https://blog.nuculabs.dev
Find a file
2024-06-03 23:41:45 +03:00
.idea Implement BM25+ ranking algorithm 2024-06-02 23:07:58 +03:00
gradle/wrapper Implement LinkedList 2024-04-13 23:13:59 +03:00
src Update Bm25Plus.kt 2024-06-03 23:41:45 +03:00
.gitignore Implement LinkedList 2024-04-13 23:13:59 +03:00
build.gradle.kts Implement LinkedList 2024-04-13 23:13:59 +03:00
gradle.properties Implement LinkedList 2024-04-13 23:13:59 +03:00
gradlew Implement LinkedList 2024-04-13 23:13:59 +03:00
gradlew.bat Implement LinkedList 2024-04-13 23:13:59 +03:00
readme.md Update readme.md 2024-06-02 23:10:52 +03:00
settings.gradle.kts Implement LinkedList 2024-04-13 23:13:59 +03:00

Data Structures and Algorithms

This repository is my self study guide for data structures and algorithms. I implement them from scratch in Kotlin and then write unit test for them.

What better way to learn a language and new concepts exists other than practicing them.

Data Structures

Ranking