Ranking: BM25+June 3, 2024·3 minsKotlin Data Structures & Algorithms Ranking Bm25+ Search Search Engine Algorithms KotlinIntroduction # The BM25+ is a ranking algorithm used to rank text documents based on a relevance score.
The Linked ListApril 17, 2024·5 minsKotlin Data Structures & Algorithms Linked List Data Structures Algorithms KotlinIntroduction # A linked list is a fundamental data structure which consists of Nodes that are connected to each other.
Implementing cat with Kotlin NativeDecember 24, 2023·6 minsProgramming Kotlin Kotlin MacOs Linux Native Cat ToolsIntroduction # Hello! 👋