Skip to content

Commit 1b9329d

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#4863)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 72fc1bb commit 1b9329d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

archive/c/c/README.md

Lines changed: 2 additions & 7 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)
44

5-
## Sample Programs List - 37/38 :smile:
5+
## Sample Programs List - 38/38 :partying_face:
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

@@ -11,6 +11,7 @@ In this section, we feature a list of completed and missing programs in C. See a
1111
Below, you'll find a list of completed code snippets in C. Code snippets preceded by :warning: link to a GitHub issue query featuring a possible article request issue. If an article request issue doesn't exist, we encourage you to create one. Meanwhile, code snippets preceded by :white_check_mark: link to an existing article which provides further documentation. To see the list of approved projects, check out the official Sample Programs projects list.
1212

1313
- :white_check_mark: [Baklava in C](https://sampleprograms.io/projects/baklava/c) [[Requirements](https://sampleprograms.io/projects/baklava)]
14+
- :warning: [Base64 Encode Decode in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+base64+encode+decode+c) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
1415
- :warning: [Binary Search in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+c) [[Requirements](https://sampleprograms.io/projects/binary-search)]
1516
- :warning: [Bubble Sort in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+c) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
1617
- :white_check_mark: [Capitalize in C](https://sampleprograms.io/projects/capitalize/c) [[Requirements](https://sampleprograms.io/projects/capitalize)]
@@ -48,12 +49,6 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
4849
- :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)]
4950
- :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)]
5051

51-
### Missing Programs
52-
53-
The following list contains all of the approved programs that are not currently implemented in C. 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.
54-
55-
- :x: [Base64 Encode Decode](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,base64+encode+decode&template=code-snippet-request.md&title=Add+Base64+Encode+Decode+in+C) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
56-
5752
## Testing
5853

5954
The following list shares details about how we name all Sample Programs in C:

0 commit comments

Comments
 (0)