|
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 - 27/38 :relaxed: |
| 5 | +## Sample Programs List - 38/38 :partying_face: |
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 |
|
@@ -37,22 +37,17 @@ Below, you'll find a list of completed code snippets in Tcl. Code snippets prece |
37 | 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 | 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 | 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)] |
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)] |
56 | 51 |
|
57 | 52 | ## Testing |
58 | 53 |
|
|
0 commit comments