기술을 배우고 익히기 위한 저장소입니다.
-
Updated
Nov 3, 2024 - Kotlin
기술을 배우고 익히기 위한 저장소입니다.
Data structures and algorithms implemented in Kotlin, with explanations!
🏋️Collection of Kotlin LeetCode solutions to ace the coding interview!
🔧 HashMap functionality extension [👨🏫 Teacher: Киселев Александр Викторович] {5️⃣ Semester} (Theory and practice of programming languages)
This code repository contains implementations of Decision Trees and Random Forests in Kotlin for both classification and regression tasks. Decision Trees and Random Forests are powerful machine learning algorithms for decision-making and prediction problems. The code is written in Kotlin, a modern and concise programming language.
Efficient algorithm for making informed decisions in games and other decision-making scenarios. It combines elements of simulation, random sampling, and decision tree analysis to make accurate predictions in real-time. The algorithm is written in Kotlin, a modern and expressive programming language, making it easy to understand and modify.
A HashMap is a data structure that allows for efficient insertion, retrieval, and deletion of elements based on their key. This project implements a HashMap in Kotlin with explanations of its functions, making it a helpful resource for those looking to understand the inner workings of HashMaps.
Add a description, image, and links to the hashmap topic page so that developers can more easily learn about it.
To associate your repository with the hashmap topic, visit your repo's landing page and select "manage topics."