You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/t/tcl/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to Sample Programs in Tcl! To find documentation related to the Tcl code in this repo, look [here.](https://sampleprograms.io/languages/tcl)
4
4
5
-
## Sample Programs List - 14/38 :thinking:
5
+
## Sample Programs List - 27/38 :relaxed:
6
6
7
7
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.
8
8
@@ -23,25 +23,25 @@ Below, you'll find a list of completed code snippets in Tcl. Code snippets prece
23
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
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
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)]
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)]
26
28
-: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)]
27
40
28
41
### Missing Programs
29
42
30
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.
-: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)]
0 commit comments