Skip to content

Commit 669916a

Browse files
jrg94rzuckerm
authored andcommitted
[Automated Workflow] Add/Modify READMEs (TheRenegadeCoder#5084)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 49a8f5b commit 669916a

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

archive/t/tcl/README.md

Lines changed: 12 additions & 17 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 - 27/38 :relaxed:
5+
## Sample Programs List - 38/38 :partying_face:
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

@@ -37,22 +37,17 @@ Below, you'll find a list of completed code snippets in Tcl. Code snippets prece
3737
- :warning: [Maximum Subarray in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+tcl) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
3838
- :warning: [Merge Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+tcl) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
3939
- :warning: [Minimum Spanning Tree in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+tcl) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
40-
41-
### Missing Programs
42-
43-
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.
44-
45-
- :x: [Palindromic Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,palindromic+number&template=code-snippet-request.md&title=Add+Palindromic+Number+in+Tcl) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
46-
- :x: [Prime Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,prime+number&template=code-snippet-request.md&title=Add+Prime+Number+in+Tcl) [[Requirements](https://sampleprograms.io/projects/prime-number)]
47-
- :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+Tcl) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
48-
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Tcl) [[Requirements](https://sampleprograms.io/projects/quine)]
49-
- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+Tcl) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
50-
- :x: [Reverse String](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,reverse+string&template=code-snippet-request.md&title=Add+Reverse+String+in+Tcl) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
51-
- :x: [Roman Numeral](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,roman+numeral&template=code-snippet-request.md&title=Add+Roman+Numeral+in+Tcl) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
52-
- :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Tcl) [[Requirements](https://sampleprograms.io/projects/rot13)]
53-
- :x: [Selection Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,selection+sort&template=code-snippet-request.md&title=Add+Selection+Sort+in+Tcl) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
54-
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Tcl) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
55-
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Tcl) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
40+
- :warning: [Palindromic Number in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+tcl) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
41+
- :warning: [Prime Number in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+tcl) [[Requirements](https://sampleprograms.io/projects/prime-number)]
42+
- :warning: [Quick Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+tcl) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
43+
- :warning: [Quine in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quine+tcl) [[Requirements](https://sampleprograms.io/projects/quine)]
44+
- :warning: [Remove All Whitespace in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+tcl) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
45+
- :warning: [Reverse String in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+tcl) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
46+
- :warning: [Roman Numeral in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+roman+numeral+tcl) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
47+
- :warning: [Rot13 in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+tcl) [[Requirements](https://sampleprograms.io/projects/rot13)]
48+
- :warning: [Selection Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+tcl) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
49+
- :warning: [Sleep Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+tcl) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
50+
- :warning: [Transpose Matrix in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+tcl) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
5651

5752
## Testing
5853

0 commit comments

Comments
 (0)