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/m/m4/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to Sample Programs in M4! To find documentation related to the M4 code in this repo, look [here](https://sampleprograms.io/languages/m4).
7
7
8
-
## Sample Programs List - 30/38 :smile:
8
+
## Sample Programs List - 33/38 :smile:
9
9
10
10
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.
11
11
@@ -17,7 +17,9 @@ Below, you'll find a list of completed code snippets in M4. Code snippets preced
17
17
-: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)]
18
18
-: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)]
19
19
-: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)]
20
21
-: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)]
21
23
-: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)]
22
24
-: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)]
23
25
-: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
33
35
-: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)]
34
36
-: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)]
35
37
-: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)]
36
39
-: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)]
37
40
-: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)]
38
41
-: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
49
52
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.
-: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)]
0 commit comments