Skip to content

Commit 182d337

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#4301)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 2332bca commit 182d337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/c/c/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)
44

5-
## Sample Programs List - 26/37 :relaxed:
5+
## Sample Programs List - 27/37 :relaxed:
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

@@ -23,6 +23,7 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
2323
- :white_check_mark: [Fizz Buzz in C](https://sampleprograms.io/projects/fizz-buzz/c) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
2424
- :white_check_mark: [Hello World in C](https://sampleprograms.io/projects/hello-world/c) [[Requirements](https://sampleprograms.io/projects/hello-world)]
2525
- :warning: [Insertion Sort in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+c) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
26+
- :warning: [Job Sequencing in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+c) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
2627
- :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)]
2728
- :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)]
2829
- :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)]
@@ -44,7 +45,6 @@ The following list contains all of the approved programs that are not currently
4445
- :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+C) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
4546
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+C) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
4647
- :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+C) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
47-
- :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) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
4848
- :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) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
4949
- :x: [Linear Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,linear+search&template=code-snippet-request.md&title=Add+Linear+Search+in+C) [[Requirements](https://sampleprograms.io/projects/linear-search)]
5050
- :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) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]

0 commit comments

Comments
 (0)