Skip to content

Commit 3b0d66e

Browse files
jrg94rzuckerm
authored andcommitted
[Automated Workflow] Add/Modify READMEs (TheRenegadeCoder#5091)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 70309e0 commit 3b0d66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/t/typescript/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 Typescript! To find documentation related to the Typescript code in this repo, look [here.](https://sampleprograms.io/languages/typescript)
44

5-
## Sample Programs List - 23/38 :relaxed:
5+
## Sample Programs List - 24/38 :relaxed:
66

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

@@ -24,6 +24,7 @@ Below, you'll find a list of completed code snippets in Typescript. Code snippet
2424
- :warning: [Insertion Sort in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+typescript) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
2525
- :warning: [Linear Search in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+typescript) [[Requirements](https://sampleprograms.io/projects/linear-search)]
2626
- :warning: [Longest Word in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+typescript) [[Requirements](https://sampleprograms.io/projects/longest-word)]
27+
- :warning: [Maximum Subarray in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+typescript) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
2728
- :warning: [Merge Sort in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+typescript) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
2829
- :warning: [Palindromic Number in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+typescript) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
2930
- :warning: [Prime Number in Typescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+typescript) [[Requirements](https://sampleprograms.io/projects/prime-number)]
@@ -48,7 +49,6 @@ The following list contains all of the approved programs that are not currently
4849
- :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+Typescript) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
4950
- :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+Typescript) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
5051
- :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+Typescript) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
51-
- :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+Typescript) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
5252
- :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+Typescript) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
5353
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Typescript) [[Requirements](https://sampleprograms.io/projects/quine)]
5454
- :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+Typescript) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]

0 commit comments

Comments
 (0)