Skip to content

Commit 8da0f4d

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#4502)
Regenerated READMEs Co-authored-by: rzuckerm <9933579+rzuckerm@users.noreply.github.com>
1 parent fa4864a commit 8da0f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

5-
## Sample Programs List - 19/37 :relaxed:
5+
## Sample Programs List - 20/37 :relaxed:
66

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

@@ -21,6 +21,7 @@ Below, you'll find a list of completed code snippets in Perl. Code snippets prec
2121
- :white_check_mark: [Hello World in Perl](https://sampleprograms.io/projects/hello-world/perl) [[Requirements](https://sampleprograms.io/projects/hello-world)]
2222
- :warning: [Insertion Sort in Perl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+perl) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
2323
- :warning: [Linear Search in Perl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+perl) [[Requirements](https://sampleprograms.io/projects/linear-search)]
24+
- :warning: [Longest Word in Perl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+perl) [[Requirements](https://sampleprograms.io/projects/longest-word)]
2425
- :warning: [Merge Sort in Perl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+perl) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
2526
- :warning: [Palindromic Number in Perl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+perl) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
2627
- :warning: [Prime Number in Perl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+perl) [[Requirements](https://sampleprograms.io/projects/prime-number)]
@@ -44,7 +45,6 @@ The following list contains all of the approved programs that are not currently
4445
- :x: [Josephus Problem](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,josephus+problem&template=code-snippet-request.md&title=Add+Josephus+Problem+in+Perl) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
4546
- :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+Perl) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
4647
- :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+Perl) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
47-
- :x: [Longest Word](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+word&template=code-snippet-request.md&title=Add+Longest+Word+in+Perl) [[Requirements](https://sampleprograms.io/projects/longest-word)]
4848
- :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+Perl) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
4949
- :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+Perl) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
5050
- :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+Perl) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]

0 commit comments

Comments
 (0)