From 8ea84e7e3baaa45f103440c445500e53585cbb43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:31:18 +0000 Subject: [PATCH] Regenerated READMEs --- archive/h/haskell/README.md | 8 ++++---- archive/o/ocaml/README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/archive/h/haskell/README.md b/archive/h/haskell/README.md index fbc10e72d..aa05cd77f 100644 --- a/archive/h/haskell/README.md +++ b/archive/h/haskell/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in Haskell! To find documentation related to the Haskell code in this repo, look [here](https://sampleprograms.io/languages/haskell). -## Sample Programs List - 31/38 :smile: +## Sample Programs List - 34/38 :smile: In this section, we feature a list of completed and missing programs in Haskell. See above for the current amount of completed programs in Haskell. 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. @@ -18,11 +18,13 @@ Below, you'll find a list of completed code snippets in Haskell. Code snippets p - :warning: [Binary Search in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+haskell) [[Requirements](https://sampleprograms.io/projects/binary-search)] - :warning: [Bubble Sort in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+haskell) [[Requirements](https://sampleprograms.io/projects/bubble-sort)] - :warning: [Capitalize in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+haskell) [[Requirements](https://sampleprograms.io/projects/capitalize)] +- :warning: [Depth First Search in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+haskell) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :warning: [Even Odd in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+haskell) [[Requirements](https://sampleprograms.io/projects/even-odd)] - :warning: [Factorial in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+haskell) [[Requirements](https://sampleprograms.io/projects/factorial)] - :warning: [Fibonacci in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+haskell) [[Requirements](https://sampleprograms.io/projects/fibonacci)] - :warning: [File Input Output in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+haskell) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :warning: [Fizz Buzz in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+haskell) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] +- :warning: [Fraction Math in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+haskell) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :white_check_mark: [Hello World in Haskell](https://sampleprograms.io/projects/hello-world/haskell) [[Requirements](https://sampleprograms.io/projects/hello-world)] - :warning: [Insertion Sort in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+haskell) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] - :warning: [Job Sequencing in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+haskell) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] @@ -34,6 +36,7 @@ Below, you'll find a list of completed code snippets in Haskell. Code snippets p - :warning: [Maximum Array Rotation in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+haskell) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] - :warning: [Maximum Subarray in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+haskell) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :warning: [Merge Sort in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+haskell) [[Requirements](https://sampleprograms.io/projects/merge-sort)] +- :warning: [Minimum Spanning Tree in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+haskell) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - :warning: [Palindromic Number in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+haskell) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :warning: [Prime Number in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+haskell) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :warning: [Quick Sort in Haskell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+haskell) [[Requirements](https://sampleprograms.io/projects/quick-sort)] @@ -50,11 +53,8 @@ Below, you'll find a list of completed code snippets in Haskell. Code snippets p The following list contains all of the approved programs that are not currently implemented in Haskell. 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: [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+Haskell) [[Requirements](https://sampleprograms.io/projects/convex-hull)] -- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+Haskell) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Haskell) [[Requirements](https://sampleprograms.io/projects/dijkstra)] - :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+Haskell) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] -- :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+Haskell) [[Requirements](https://sampleprograms.io/projects/fraction-math)] -- :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+Haskell) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Haskell) [[Requirements](https://sampleprograms.io/projects/zeckendorf)] ## Testing diff --git a/archive/o/ocaml/README.md b/archive/o/ocaml/README.md index 87c99061f..6391d3ebc 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 - 9/38 :disappointed: +## Sample Programs List - 10/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. @@ -18,6 +18,7 @@ Below, you'll find a list of completed code snippets in OCaml. Code snippets pre - :warning: [Duplicate Character Counter in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+ocaml) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :warning: [Factorial in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+ocaml) [[Requirements](https://sampleprograms.io/projects/factorial)] - :warning: [Fibonacci in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+ocaml) [[Requirements](https://sampleprograms.io/projects/fibonacci)] +- :warning: [File Input Output in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+ocaml) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :warning: [Fizz Buzz in OCaml](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+ocaml) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] - :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)] @@ -34,7 +35,6 @@ The following list contains all of the approved programs that are not currently - :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+OCaml) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+OCaml) [[Requirements](https://sampleprograms.io/projects/dijkstra)] - :x: [Even Odd](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,even+odd&template=code-snippet-request.md&title=Add+Even+Odd+in+OCaml) [[Requirements](https://sampleprograms.io/projects/even-odd)] -- :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+OCaml) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :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+OCaml) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+OCaml) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] - :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+OCaml) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]