File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed
core-kotlin-collections-list-2
core-kotlin-collections-map
core-kotlin-concurrency-3
core-kotlin-design-patterns Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
+ - [ Determine Operating System in Kotlin] ( https://www.baeldung.com/kotlin/operating-system-identify )
Original file line number Diff line number Diff line change 5
5
- [ How to Remove Null and Empty Values from a List in Kotlin] ( https://www.baeldung.com/kotlin/lists-remove-null-empty-values )
6
6
- [ How to Initialize a List of Lists in Kotlin] ( https://www.baeldung.com/kotlin/list-of-lists )
7
7
- [ How to Change a Value in a Mutable List in Kotlin] ( https://www.baeldung.com/kotlin/list-mutable-change-element )
8
+ - [ Counting Occurrences of a Value in a List in Kotlin] ( https://www.baeldung.com/kotlin/list-count-occurrences-of-value )
Original file line number Diff line number Diff line change 5
5
- [ Idiomatic Ways to Transform Maps in Kotlin] ( https://www.baeldung.com/kotlin/map-operations )
6
6
- [ Implement a MultiMap in Kotlin] ( https://www.baeldung.com/kotlin/multimap )
7
7
- [ Skip Null Values When Converting a List to a Map in Kotlin] ( https://www.baeldung.com/kotlin/list-map-conversion-ignore-nulls )
8
+ - [ Creating a Map from Two Arrays in Kotlin] ( https://www.baeldung.com/kotlin/map-from-two-arrays )
9
+ - [ Converting a List of Maps to a Map Grouped by Key in Kotlin] ( https://www.baeldung.com/kotlin/map-grouping )
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ This module contains articles about concurrency in Kotlin.
5
5
### Relevant articles:
6
6
- [ Comparing wait(), sleep(), and delay() in Kotlin] ( https://www.baeldung.com/kotlin/wait-sleep-delay-difference )
7
7
- [ Difference Between collect() and collectLatest() in Kotlin Flows] ( https://www.baeldung.com/kotlin/flow-collect-vs-collectlatest )
8
+ - [ Difference Between Value and Emit in MutableStateFlow Kotlin] ( https://www.baeldung.com/kotlin/mutablestateflow-value-vs-emit )
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ This module contains articles about design patterns in Kotlin
9
9
- [ The Chain of Responsibility Pattern in Kotlin] ( https://www.baeldung.com/kotlin/chain-of-responsibility-pattern )
10
10
- [ The Adapter Pattern in Kotlin] ( https://www.baeldung.com/kotlin/adapter-pattern )
11
11
- [ The Facade Pattern in Kotlin] ( https://www.baeldung.com/kotlin/facade-pattern )
12
+ - [ The Visitor Pattern in Kotlin] ( https://www.baeldung.com/kotlin/visitor-pattern )
Original file line number Diff line number Diff line change 3
3
- [ Find Average of All Items in a List in Kotlin] ( https://www.baeldung.com/kotlin/list-mean-value )
4
4
- [ How to Calculate Standard Deviation in Kotlin] ( https://www.baeldung.com/kotlin/standard-deviation )
5
5
- [ Check if a Number Can Be Expressed as Sum of Two Prime Numbers in Kotlin] ( https://www.baeldung.com/kotlin/number-sum-two-primes-test )
6
+ - [ Check if a Number Is Prime in Kotlin] ( https://www.baeldung.com/kotlin/primality-test )
Original file line number Diff line number Diff line change 2
2
- [ The Observer Pattern in Kotlin] ( https://www.baeldung.com/kotlin/observer-pattern )
3
3
- [ Mediator Pattern in Kotlin] ( https://www.baeldung.com/kotlin/mediator )
4
4
- [ Strategy Design Pattern in Kotlin] ( https://www.baeldung.com/kotlin/strategy-design-pattern )
5
+ - [ The Proxy Pattern in Kotlin] ( https://www.baeldung.com/kotlin/proxy-pattern )
You can’t perform that action at this time.
0 commit comments