Skip to content

Commit 9165cca

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5099)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent f711bee commit 9165cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

5-
## Sample Programs List - 32/38 :smile:
5+
## Sample Programs List - 33/38 :smile:
66

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

@@ -30,6 +30,7 @@ Below, you'll find a list of completed code snippets in Javascript. Code snippet
3030
- :warning: [Longest Common Subsequence in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+javascript) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
3131
- :warning: [Longest Palindromic Substring in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+javascript) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
3232
- :warning: [Longest Word in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+javascript) [[Requirements](https://sampleprograms.io/projects/longest-word)]
33+
- :warning: [Maximum Subarray in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+javascript) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
3334
- :warning: [Merge Sort in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+javascript) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
3435
- :warning: [Palindromic Number in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+javascript) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
3536
- :warning: [Prime Number in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+javascript) [[Requirements](https://sampleprograms.io/projects/prime-number)]
@@ -51,7 +52,6 @@ The following list contains all of the approved programs that are not currently
5152
- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Javascript) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
5253
- :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+Javascript) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
5354
- :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+Javascript) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
54-
- :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+Javascript) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
5555
- :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+Javascript) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
5656

5757
## Testing

0 commit comments

Comments
 (0)