Skip to content

Commit b0bb9d6

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5051)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 2cd40ae commit b0bb9d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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 - 24/38 :relaxed:
5+
## Sample Programs List - 25/38 :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

@@ -14,6 +14,7 @@ Below, you'll find a list of completed code snippets in Kotlin. Code snippets pr
1414
- :warning: [Binary Search in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+kotlin) [[Requirements](https://sampleprograms.io/projects/binary-search)]
1515
- :warning: [Bubble Sort in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+kotlin) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
1616
- :warning: [Capitalize in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+kotlin) [[Requirements](https://sampleprograms.io/projects/capitalize)]
17+
- :warning: [Duplicate Character Counter in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+kotlin) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
1718
- :warning: [Even Odd in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+kotlin) [[Requirements](https://sampleprograms.io/projects/even-odd)]
1819
- :warning: [Factorial in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+kotlin) [[Requirements](https://sampleprograms.io/projects/factorial)]
1920
- :warning: [Fibonacci in Kotlin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+kotlin) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
@@ -43,7 +44,6 @@ The following list contains all of the approved programs that are not currently
4344
- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
4445
- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
4546
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
46-
- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Kotlin) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
4747
- :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)]
4848
- :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)]
4949
- :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)]

archive/t/tcl/README.md

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

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

5-
## Sample Programs List - 9/38 :disappointed:
5+
## Sample Programs List - 14/38 :thinking:
66

77
In this section, we feature a list of completed and missing programs in Tcl. See above for the current amount of completed programs in Tcl. 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

@@ -18,17 +18,17 @@ Below, you'll find a list of completed code snippets in Tcl. Code snippets prece
1818
- :warning: [Convex Hull in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+tcl) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
1919
- :warning: [Depth First Search in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+tcl) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
2020
- :warning: [Dijkstra in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+tcl) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
21+
- :warning: [Duplicate Character Counter in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+tcl) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
22+
- :warning: [Even Odd in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+tcl) [[Requirements](https://sampleprograms.io/projects/even-odd)]
23+
- :warning: [Factorial in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+tcl) [[Requirements](https://sampleprograms.io/projects/factorial)]
24+
- :warning: [Fibonacci in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+tcl) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
25+
- :warning: [File Input Output in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+tcl) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
2126
- :warning: [Hello World in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+tcl) [[Requirements](https://sampleprograms.io/projects/hello-world)]
2227

2328
### Missing Programs
2429

2530
The following list contains all of the approved programs that are not currently implemented in Tcl. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project.
2631

27-
- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Tcl) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
28-
- :x: [Even Odd](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,even+odd&template=code-snippet-request.md&title=Add+Even+Odd+in+Tcl) [[Requirements](https://sampleprograms.io/projects/even-odd)]
29-
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Tcl) [[Requirements](https://sampleprograms.io/projects/factorial)]
30-
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Tcl) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
31-
- :x: [File Input Output](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,file+input+output&template=code-snippet-request.md&title=Add+File+Input+Output+in+Tcl) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
3232
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Tcl) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
3333
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3434
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]

0 commit comments

Comments
 (0)