Skip to content

Commit 8de8c8f

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5212)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 9382d66 commit 8de8c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

archive/c/cython/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@
55
66
Welcome to Sample Programs in Cython! To find documentation related to the Cython code in this repo, look [here](https://sampleprograms.io/languages/cython).
77

8-
## Sample Programs List - 1/38 :disappointed:
8+
## Sample Programs List - 3/38 :disappointed:
99

1010
In this section, we feature a list of completed and missing programs in Cython. See above for the current amount of completed programs in Cython. 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.
1111

1212
### Completed Programs
1313

1414
Below, you'll find a list of completed code snippets in Cython. 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.
1515

16+
- :warning: [Baklava in Cython](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+cython) [[Requirements](https://sampleprograms.io/projects/baklava)]
17+
- :warning: [Fizz Buzz in Cython](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+cython) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1618
- :warning: [Hello World in Cython](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+cython) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1719

1820
### Missing Programs
1921

2022
The following list contains all of the approved programs that are not currently implemented in Cython. 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.
2123

22-
- :x: [Baklava](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,baklava&template=code-snippet-request.md&title=Add+Baklava+in+Cython) [[Requirements](https://sampleprograms.io/projects/baklava)]
2324
- :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+Cython) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
2425
- :x: [Binary Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,binary+search&template=code-snippet-request.md&title=Add+Binary+Search+in+Cython) [[Requirements](https://sampleprograms.io/projects/binary-search)]
2526
- :x: [Bubble Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,bubble+sort&template=code-snippet-request.md&title=Add+Bubble+Sort+in+Cython) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
@@ -32,7 +33,6 @@ The following list contains all of the approved programs that are not currently
3233
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Cython) [[Requirements](https://sampleprograms.io/projects/factorial)]
3334
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Cython) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3435
- :x: [File Input Output](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,file+input+output&template=code-snippet-request.md&title=Add+File+Input+Output+in+Cython) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
35-
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Cython) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
3636
- :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+Cython) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3737
- :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+Cython) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3838
- :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+Cython) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]

0 commit comments

Comments
 (0)