Skip to content

Commit ef40849

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/c/c-plus-plus/README.md

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

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

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

@@ -45,6 +45,7 @@ Below, you'll find a list of completed code snippets in C++. Code snippets prece
4545
- :warning: [Roman Numeral in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+roman+numeral+c++) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
4646
- :warning: [Rot13 in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+c++) [[Requirements](https://sampleprograms.io/projects/rot13)]
4747
- :warning: [Selection Sort in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+c++) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
48+
- :warning: [Sleep Sort in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+c++) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
4849
- :warning: [Transpose Matrix in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+c++) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
4950

5051
### Missing Programs
@@ -55,7 +56,6 @@ The following list contains all of the approved programs that are not currently
5556
- :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+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
5657
- :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+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
5758
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/quine)]
58-
- :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+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5959

6060
## Testing
6161

0 commit comments

Comments
 (0)