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/README.md
+3-3Lines changed: 3 additions & 3 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)
4
4
5
-
## Sample Programs List - 31/37 :smile:
5
+
## Sample Programs List - 33/37 :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
@@ -29,7 +29,9 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
29
29
-: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)]
30
30
-:warning:[Josephus Problem in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+c)[[Requirements](https://sampleprograms.io/projects/josephus-problem)]
31
31
-: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)]
32
+
-: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)]
32
33
-: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)]
34
+
-:warning:[Maximum Array Rotation in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+c)[[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
33
35
-: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)]
34
36
-:warning:[Minimum Spanning Tree in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+c)[[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
35
37
-:warning:[Palindromic Number in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+c)[[Requirements](https://sampleprograms.io/projects/palindromic-number)]
@@ -47,8 +49,6 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
47
49
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.
Copy file name to clipboardExpand all lines: archive/w/wren/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 Wren! To find documentation related to the Wren code in this repo, look [here.](https://sampleprograms.io/languages/wren)
4
4
5
-
## Sample Programs List - 2/37 :disappointed:
5
+
## Sample Programs List - 3/37 :disappointed:
6
6
7
7
In this section, we feature a list of completed and missing programs in Wren. See above for the current amount of completed programs in Wren. 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
@@ -11,6 +11,7 @@ In this section, we feature a list of completed and missing programs in Wren. Se
11
11
Below, you'll find a list of completed code snippets in Wren. 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.
12
12
13
13
-:warning:[Baklava in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+wren)[[Requirements](https://sampleprograms.io/projects/baklava)]
14
+
-:warning:[Fizz Buzz in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+wren)[[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
14
15
-:white_check_mark:[Hello World in Wren](https://sampleprograms.io/projects/hello-world/wren)[[Requirements](https://sampleprograms.io/projects/hello-world)]
15
16
16
17
### Missing Programs
@@ -28,7 +29,6 @@ The following list contains all of the approved programs that are not currently
0 commit comments