Skip to content

Commit 889399d

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5072)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 51d55d0 commit 889399d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

archive/t/tcl/README.md

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

@@ -23,25 +23,25 @@ Below, you'll find a list of completed code snippets in Tcl. Code snippets prece
2323
- :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)]
2424
- :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)]
2525
- :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)]
26+
- :warning: [Fizz Buzz in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+tcl) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
27+
- :warning: [Fraction Math in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+tcl) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
2628
- :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)]
29+
- :warning: [Insertion Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+tcl) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
30+
- :warning: [Job Sequencing in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+tcl) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
31+
- :warning: [Josephus Problem in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+tcl) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
32+
- :warning: [Linear Search in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+tcl) [[Requirements](https://sampleprograms.io/projects/linear-search)]
33+
- :warning: [Longest Common Subsequence in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+tcl) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
34+
- :warning: [Longest Palindromic Substring in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+tcl) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
35+
- :warning: [Longest Word in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+tcl) [[Requirements](https://sampleprograms.io/projects/longest-word)]
36+
- :warning: [Maximum Array Rotation in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+tcl) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
37+
- :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)]
38+
- :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)]
39+
- :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)]
2740

2841
### Missing Programs
2942

3043
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.
3144

32-
- :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)]
33-
- :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)]
34-
- :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)]
35-
- :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+Tcl) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
36-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
37-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/linear-search)]
38-
- :x: [Longest Common Subsequence](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+common+subsequence&template=code-snippet-request.md&title=Add+Longest+Common+Subsequence+in+Tcl) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
39-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
40-
- :x: [Longest Word](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+word&template=code-snippet-request.md&title=Add+Longest+Word+in+Tcl) [[Requirements](https://sampleprograms.io/projects/longest-word)]
41-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
42-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
43-
- :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+Tcl) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
44-
- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+Tcl) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
4545
- :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)]
4646
- :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)]
4747
- :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)]

0 commit comments

Comments
 (0)