Skip to content

Commit fb62ccf

Browse files
jrg94Kaamkiya
andauthored
[Automated Workflow] Add/Modify READMEs (#4483)
Regenerated READMEs Co-authored-by: Kaamkiya <[email protected]>
1 parent 994b01c commit fb62ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/k/kotlin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to Sample Programs in Kotlin! To find documentation related to the Kotlin code in this repo, look [here.](https://sampleprograms.io/languages/kotlin)
44

5-
## Sample Programs List - 19/37 :relaxed:
5+
## Sample Programs List - 20/37 :relaxed:
66

77
In this section, we feature a list of completed and missing programs in Kotlin. See above for the current amount of completed programs in Kotlin. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
88

@@ -20,6 +20,7 @@ Below, you'll find a list of completed code snippets in Kotlin. Code snippets pr
2020
- :white_check_mark: [Fizz Buzz in Kotlin](https://sampleprograms.io/projects/fizz-buzz/kotlin) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
2121
- :white_check_mark: [Hello World in Kotlin](https://sampleprograms.io/projects/hello-world/kotlin) [[Requirements](https://sampleprograms.io/projects/hello-world)]
2222
- :warning: [Job Sequencing in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+kotlin) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
23+
- :warning: [Linear Search in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+kotlin) [[Requirements](https://sampleprograms.io/projects/linear-search)]
2324
- :warning: [Longest Common Subsequence in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+kotlin) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
2425
- :warning: [Longest Word in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+kotlin) [[Requirements](https://sampleprograms.io/projects/longest-word)]
2526
- :warning: [Merge Sort in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+kotlin) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
@@ -42,7 +43,6 @@ The following list contains all of the approved programs that are not currently
4243
- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
4344
- :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
4445
- :x: [Josephus Problem](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,josephus+problem&template=code-snippet-request.md&title=Add+Josephus+Problem+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
45-
- :x: [Linear Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,linear+search&template=code-snippet-request.md&title=Add+Linear+Search+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/linear-search)]
4646
- :x: [Longest Palindromic Substring](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+palindromic+substring&template=code-snippet-request.md&title=Add+Longest+Palindromic+Substring+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
4747
- :x: [Maximum Array Rotation](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+array+rotation&template=code-snippet-request.md&title=Add+Maximum+Array+Rotation+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
4848
- :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]

0 commit comments

Comments
 (0)