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: 2 months 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
Test Coverage
Codacy Coverage Badge
CodeFactor
Maintainability
Codacy Grade Badge
Codebeat Badge
Hits-of-Code
FOSSA Status
CodeStyle
Kotlin Version
Quality Gate Status
Bugs
Code Smells
Duplicated Lines (%)
Coverage

### Metrics
```text
15001 number of properties
10391 number of functions
8857 number of classes
230 number of packages
3488 number of kt files
```

### Complexity Report
```text
259554 lines of code (loc)
158990 source lines of code (sloc)
116006 logical lines of code (lloc)
72493 comment lines of code (cloc)
24708 cyclomatic complexity (mcc)
20232 cognitive complexity
0 number of total code smells
45 comment source ratio
212 mcc per 1,000 lloc
```