All Projects → bmaslakov → Kotlin Algorithm Club

bmaslakov / Kotlin Algorithm Club

Licence: mit
Algorithms and data structures in Kotlin.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlin Algorithm Club

Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+35465.8%)
Mutual labels:  algorithm, data-structures, computer-science
Algorithmsanddatastructure
Algorithms And DataStructure Implemented In Python & CPP, Give a Star 🌟If it helps you
Stars: ✭ 400 (-30.56%)
Mutual labels:  algorithm, data-structures, computer-science
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+985.24%)
Mutual labels:  algorithm, data-structures, computer-science
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+7825.35%)
Mutual labels:  algorithm, data-structures, computer-science
Leetcode
LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)
Stars: ✭ 179 (-68.92%)
Mutual labels:  algorithm, data-structures, computer-science
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+2877.6%)
Mutual labels:  algorithm, data-structures, computer-science
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (+21.35%)
Mutual labels:  algorithm, data-structures, computer-science
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+23060.76%)
Mutual labels:  algorithm, data-structures, computer-science
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (-52.26%)
Mutual labels:  algorithm, data-structures, computer-science
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-37.15%)
Mutual labels:  algorithm, computer-science
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (-35.94%)
Mutual labels:  algorithm, data-structures
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+581.77%)
Mutual labels:  algorithm, data-structures
Tech Interview For Developer
👶🏻 신입 개발자 전공 지식 & 기술 면접 백과사전 📖
Stars: ✭ 5,610 (+873.96%)
Mutual labels:  algorithm, computer-science
Towel
Throw in the towel.
Stars: ✭ 333 (-42.19%)
Mutual labels:  algorithm, data-structures
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (-33.85%)
Mutual labels:  algorithm, data-structures
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+3651.39%)
Mutual labels:  algorithm, data-structures
Algorithms
algorithms playground for common questions
Stars: ✭ 3,227 (+460.24%)
Mutual labels:  algorithm, computer-science
Algowiki
Repository which contains links and resources on different topics of Computer Science.
Stars: ✭ 3,886 (+574.65%)
Mutual labels:  algorithm, computer-science
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-31.77%)
Mutual labels:  algorithm, data-structures
Leetcode Swift
Solutions to LeetCode by Swift
Stars: ✭ 4,099 (+611.63%)
Mutual labels:  algorithm, data-structures

alt text

Kotlin License codebeat badge

Here you can find the most common algorithms and data structures written in Kotlin.

The goal of this project is to create the most eloquent implementations of old algorithms in the new language. The code is meant to be as self-describing as possible, so I do not plan to include much documentation. It is assumed that you know the basics; if you want to learn algorithms perhaps it is a wrong place. I do full-heartedly recommend The Algorithm Design Manual by Steven Skiena and of course...

Algorithms, 4th Edition

This project is inspired by and based on wonderful works of Robert Sedgewick and Kevin Wayne. Most of the implementations were taken from the algs4 library.

List of the algorithms

Sorting
Data Structures
Search
Graphs
Math
Geometry
Substring search

License

Kotlin algorithm club is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].