Skip to content

Commit b88bc12

Browse files
authored
Merge pull request #781 from collaboratewithakash/master
backlinks added and updated
2 parents fd06afc + 5286905 commit b88bc12

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

core-kotlin-modules/core-kotlin-9/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Find Least Common Multiple of Two Numbers in Kotlin](https://www.baeldung.com/kotlin/lcm)
44
- [Calculate Greatest Common Divisor in Kotlin](https://www.baeldung.com/kotlin/gcd)
55
- [Kotlin ?.let() vs if not null](https://www.baeldung.com/kotlin/let-vs-if-not-null)
6+
- [Util Classes in Kotlin](https://www.baeldung.com/kotlin/utility-class)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Relevant Articles
22
- [Get Subarray of an Array Between Given Positions in Kotlin](https://www.baeldung.com/kotlin/subarray-index-range)
33
- [Removing the First Element From an Array in Kotlin](https://www.baeldung.com/kotlin/array-remove-first-element)
4+
- [Cyclically Rotate Array by One in Kotlin](https://www.baeldung.com/kotlin/array-cyclic-rotation)

core-kotlin-modules/core-kotlin-collections-5/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
This module contains articles about core Kotlin collections.
44
- [in and !in Operators in Kotlin](https://www.baeldung.com/kotlin/in-notin-operators)
5-
- [Print Lists Content Separated By Comma](https://www.baeldung.com/kotlin/print-list-items-comma-separated)
5+
- [Print Lists Content Separated by Comma](https://www.baeldung.com/kotlin/print-list-items-comma-separated)
66
- [Rotate a List in Kotlin](https://www.baeldung.com/kotlin/list-rotation)
77
- [Remove Elements From a List While Iterating in Kotlin](https://www.baeldung.com/kotlin/list-remove-elements-while-iterating)
88
- [How to Start a for Loop From a Given Index in Kotlin](https://www.baeldung.com/kotlin/for-loop-from-index)
99
- [Determine if All Elements Are the Same in a Kotlin List](https://www.baeldung.com/kotlin/list-all-elements-equal-check)
10+
- [Convert an Array to a String](https://www.baeldung.com/kotlin/array-string-conversion)
11+
- [Convert Any to Int in Kotlin](https://www.baeldung.com/kotlin/type-any-int-conversion)

kotlin-patterns/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
22
- [The Observer Pattern in Kotlin](https://www.baeldung.com/kotlin/observer-pattern)
3+
- [Strategy Design Pattern in Kotlin](https://www.baeldung.com/kotlin/strategy-design-pattern)

spring-boot-kotlin-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- [Mapstruct With Kotlin’s Data Classes](https://www.baeldung.com/kotlin/mapstruct-data-classes)
66
- [Spring Dependency Injection With Kotlin](https://www.baeldung.com/kotlin/spring-dependency-injection)
77
- [RestTemplate Examples in Kotlin](https://www.baeldung.com/kotlin/spring-resttemplate-examples)
8-
- [Creating Spring Boot Console Application With Kotlin](https://www.baeldung.com/kotlin/spring-boot-console-application)
8+
- [Creating a Spring Boot Console Application With Kotlin](https://www.baeldung.com/kotlin/spring-boot-console-application)

0 commit comments

Comments
 (0)