An open API service indexing awesome lists of open source software.

https://github.com/ashtanko/kotlin-lab

📚 Algorithms, Data Structures, Design Patterns, Concurrency in Kotlin
https://github.com/ashtanko/kotlin-lab

algorithm-analysis algorithm-challenges algorithms algorithms-and-data-structures computer-science concurrency coroutines data-structures kotlin leetcode queue sorting-algorithms stack trie

Last synced: 10 days ago
JSON representation

📚 Algorithms, Data Structures, Design Patterns, Concurrency in Kotlin

Awesome Lists containing this project

README

          

## Algorithms implemented in Kotlin (for education reasons)


Build
Codecov
Codacy Coverage Badge
CodeFactor
Codacy Grade Badge
Codebeat Badge
Hits-of-Code
FOSSA Status
CodeStyle
Kotlin Version
Quality Gate Status
Bugs
Code Smells
Duplicated Lines (%)
Coverage

### Metrics
```text
15345 number of properties
10588 number of functions
8955 number of classes
240 number of packages
3545 number of kt files
```

### Complexity Report
```text
267779 lines of code (loc)
166654 source lines of code (sloc)
121749 logical lines of code (lloc)
72563 comment lines of code (cloc)
25144 cyclomatic complexity (mcc)
20480 cognitive complexity
0 number of total code smells
43 comment source ratio
206 mcc per 1,000 lloc
```