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/c/c-plus-plus/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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)
4
4
5
-
## Sample Programs List - 30/38 :smile:
5
+
## Sample Programs List - 31/38 :smile:
6
6
7
7
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.
8
8
@@ -27,6 +27,7 @@ Below, you'll find a list of completed code snippets in C++. Code snippets prece
27
27
-:white_check_mark:[Insertion Sort in C++](https://sampleprograms.io/projects/insertion-sort/c-plus-plus)[[Requirements](https://sampleprograms.io/projects/insertion-sort)]
28
28
-: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)]
29
29
-: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)]
30
31
-: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)]
31
32
-: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)]
32
33
-: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
0 commit comments