Skip to content

Commit 2a3a892

Browse files
jrg94rzuckerm
authored andcommitted
[Automated Workflow] Add/Modify READMEs (TheRenegadeCoder#5097)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 9536c1b commit 2a3a892

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
@@ -2,7 +2,7 @@
22

33
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)
44

5-
## Sample Programs List - 30/38 :smile:
5+
## Sample Programs List - 31/38 :smile:
66

77
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.
88

@@ -27,6 +27,7 @@ Below, you'll find a list of completed code snippets in C++. Code snippets prece
2727
- :white_check_mark: [Insertion Sort in C++](https://sampleprograms.io/projects/insertion-sort/c-plus-plus) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
2828
- :warning: [Linear Search in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+c++) [[Requirements](https://sampleprograms.io/projects/linear-search)]
2929
- :warning: [Longest Common Subsequence in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+c++) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
30+
- :warning: [Longest Palindromic Substring in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+c++) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
3031
- :warning: [Longest Word in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+c++) [[Requirements](https://sampleprograms.io/projects/longest-word)]
3132
- :warning: [Maximum Subarray in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+c++) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
3233
- :warning: [Merge Sort in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+c++) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
@@ -49,7 +50,6 @@ The following list contains all of the approved programs that are not currently
4950
- :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)]
5051
- :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)]
5152
- :x: [Josephus Problem](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,josephus+problem&template=code-snippet-request.md&title=Add+Josephus+Problem+in+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
52-
- :x: [Longest Palindromic Substring](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+palindromic+substring&template=code-snippet-request.md&title=Add+Longest+Palindromic+Substring+in+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
5353
- :x: [Maximum Array Rotation](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+array+rotation&template=code-snippet-request.md&title=Add+Maximum+Array+Rotation+in+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
5454
- :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)]
5555
- :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)]

0 commit comments

Comments
 (0)