Skip to content

Commit 5297a2a

Browse files
committed
added mergesort for kotlin
1 parent 4122f50 commit 5297a2a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3159,11 +3159,6 @@ In order to achieve greater coverage and encourage more people to contribute to
31593159
<img align="center" height="25" src="./logos/java.svg" />
31603160
</a>
31613161
</td>
3162-
<td> <!-- kotlin -->
3163-
<a href="./src/kotlin/MergeSort.kt">
3164-
<img align="center" height="25" src="./logos/kotlin.svg" />
3165-
</a>
3166-
</td>
31673162
<td> <!-- Python -->
31683163
<a href="./src/python/merge_sort.py">
31693164
<img align="center" height="25" src="./logos/python.svg" />
@@ -3199,9 +3194,9 @@ In order to achieve greater coverage and encourage more people to contribute to
31993194
<img align="center" height="25" src="./logos/github.svg" />
32003195
</a>
32013196
</td>
3202-
<td> <!-- Kotlin -->
3203-
<a href="./CONTRIBUTING.md">
3204-
<img align="center" height="25" src="./logos/github.svg" />
3197+
<td> <!-- kotlin -->
3198+
<a href="./src/kotlin/MergeSort.kt">
3199+
<img align="center" height="25" src="./logos/kotlin.svg" />
32053200
</a>
32063201
</td>
32073202
</tr>

0 commit comments

Comments
 (0)