Skip to content

Commit 7114572

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

archive/m/m4/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to Sample Programs in M4! To find documentation related to the M4 code in this repo, look [here](https://sampleprograms.io/languages/m4).
77

8-
## Sample Programs List - 30/38 :smile:
8+
## Sample Programs List - 33/38 :smile:
99

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

@@ -17,7 +17,9 @@ Below, you'll find a list of completed code snippets in M4. Code snippets preced
1717
- :warning: [Binary Search in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+m4) [[Requirements](https://sampleprograms.io/projects/binary-search)]
1818
- :warning: [Bubble Sort in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+m4) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
1919
- :warning: [Capitalize in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+m4) [[Requirements](https://sampleprograms.io/projects/capitalize)]
20+
- :warning: [Convex Hull in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+m4) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
2021
- :warning: [Depth First Search in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+m4) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
22+
- :warning: [Dijkstra in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+m4) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
2123
- :warning: [Duplicate Character Counter in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+m4) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
2224
- :warning: [Even Odd in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+m4) [[Requirements](https://sampleprograms.io/projects/even-odd)]
2325
- :warning: [Factorial in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+m4) [[Requirements](https://sampleprograms.io/projects/factorial)]
@@ -33,6 +35,7 @@ Below, you'll find a list of completed code snippets in M4. Code snippets preced
3335
- :warning: [Maximum Array Rotation in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+m4) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
3436
- :warning: [Maximum Subarray in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+m4) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
3537
- :warning: [Merge Sort in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+m4) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
38+
- :warning: [Minimum Spanning Tree in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+m4) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
3639
- :warning: [Palindromic Number in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+m4) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
3740
- :warning: [Prime Number in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+m4) [[Requirements](https://sampleprograms.io/projects/prime-number)]
3841
- :warning: [Quick Sort in M4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+m4) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
@@ -49,12 +52,9 @@ Below, you'll find a list of completed code snippets in M4. Code snippets preced
4952
The following list contains all of the approved programs that are not currently implemented in M4. 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.
5053

5154
- :x: [Base64 Encode Decode](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,base64+encode+decode&template=code-snippet-request.md&title=Add+Base64+Encode+Decode+in+M4) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
52-
- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+M4) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
53-
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+M4) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
5455
- :x: [File Input Output](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,file+input+output&template=code-snippet-request.md&title=Add+File+Input+Output+in+M4) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
5556
- :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+M4) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
5657
- :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+M4) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
57-
- :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+M4) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
5858
- :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+M4) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5959

6060
## Testing

0 commit comments

Comments
 (0)