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/typescript/README.md
+2-2Lines changed: 2 additions & 2 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 Typescript! To find documentation related to the Typescript code in this repo, look [here.](https://sampleprograms.io/languages/typescript)
4
4
5
-
## Sample Programs List - 23/38 :relaxed:
5
+
## Sample Programs List - 24/38 :relaxed:
6
6
7
7
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.
8
8
@@ -24,6 +24,7 @@ Below, you'll find a list of completed code snippets in Typescript. Code snippet
24
24
-: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)]
25
25
-: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)]
26
26
-: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)]
27
28
-: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)]
28
29
-: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)]
29
30
-: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
48
49
-: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)]
-: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