diff --git a/archive/o/ocaml/README.md b/archive/o/ocaml/README.md index a218a84c5..a56221574 100644 --- a/archive/o/ocaml/README.md +++ b/archive/o/ocaml/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in OCaml! To find documentation related to the OCaml code in this repo, look [here](https://sampleprograms.io/languages/ocaml). -## Sample Programs List - 11/38 :thinking: +## Sample Programs List - 12/38 :thinking: In this section, we feature a list of completed and missing programs in OCaml. See above for the current amount of completed programs in OCaml. 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. @@ -23,6 +23,7 @@ Below, you'll find a list of completed code snippets in OCaml. Code snippets pre - :warning: [Hello World in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+ocaml) [[Requirements](https://sampleprograms.io/projects/hello-world)] - :warning: [Linear Search in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+ocaml) [[Requirements](https://sampleprograms.io/projects/linear-search)] - :warning: [Palindromic Number in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+ocaml) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] +- :warning: [Prime Number in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+ocaml) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :warning: [Reverse String in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+ocaml) [[Requirements](https://sampleprograms.io/projects/reverse-string)] ### Missing Programs @@ -47,7 +48,6 @@ The following list contains all of the approved programs that are not currently - :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+OCaml) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+OCaml) [[Requirements](https://sampleprograms.io/projects/merge-sort)] - :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+OCaml) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] -- :x: [Prime Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,prime+number&template=code-snippet-request.md&title=Add+Prime+Number+in+OCaml) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+OCaml) [[Requirements](https://sampleprograms.io/projects/quick-sort)] - :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+OCaml) [[Requirements](https://sampleprograms.io/projects/quine)] - :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+OCaml) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]