Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions archive/c/c-plus-plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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).

## Sample Programs List - 36/39 :smile:
## Sample Programs List - 38/39 :smile:

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.

Expand All @@ -17,6 +17,7 @@ Below, you'll find a list of completed code snippets in C++. Code snippets prece
- :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)]
- :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)]
- :warning: [Capitalize in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+c++) [[Requirements](https://sampleprograms.io/projects/capitalize)]
- :warning: [Convex Hull in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+c++) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
- :warning: [Depth First Search in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+c++) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
- :warning: [Dijkstra in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+c++) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
- :warning: [Duplicate Character Counter in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+c++) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
Expand Down Expand Up @@ -49,14 +50,13 @@ Below, you'll find a list of completed code snippets in C++. Code snippets prece
- :warning: [Selection Sort in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+c++) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :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)]
- :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)]
- :warning: [Zeckendorf in C++](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+c++) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

### Missing Programs

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.

- :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%2B%2B) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+C%2B%2B) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
9 changes: 2 additions & 7 deletions archive/c/c-sharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in C#! To find documentation related to the C# code in this repo, look [here](https://sampleprograms.io/languages/c-sharp).

## Sample Programs List - 38/39 :smile:
## Sample Programs List - 39/39 :partying_face:

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.

Expand Down Expand Up @@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in C#. Code snippets preced
- :warning: [Selection Sort in C#](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+c#) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :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)]
- :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)]

### Missing Programs

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.

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+C%23) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
- :warning: [Zeckendorf in C#](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+c#) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
9 changes: 2 additions & 7 deletions archive/c/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in C! To find documentation related to the C code in this repo, look [here](https://sampleprograms.io/languages/c).

## Sample Programs List - 38/39 :smile:
## Sample Programs List - 39/39 :partying_face:

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.

Expand Down Expand Up @@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
- :warning: [Selection Sort in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+c) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :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)]
- :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)]

### Missing Programs

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.

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+C) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
- :warning: [Zeckendorf in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+c) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
9 changes: 2 additions & 7 deletions archive/p/pascal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Pascal! To find documentation related to the Pascal code in this repo, look [here](https://sampleprograms.io/languages/pascal).

## Sample Programs List - 38/39 :smile:
## Sample Programs List - 39/39 :partying_face:

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

Expand Down Expand Up @@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in Pascal. Code snippets pr
- :warning: [Selection Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+pascal) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :warning: [Sleep Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+pascal) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :warning: [Transpose Matrix in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+pascal) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

### Missing Programs

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

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Pascal) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
- :warning: [Zeckendorf in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+pascal) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
9 changes: 2 additions & 7 deletions archive/t/tcl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Tcl! To find documentation related to the Tcl code in this repo, look [here](https://sampleprograms.io/languages/tcl).

## Sample Programs List - 38/39 :smile:
## Sample Programs List - 39/39 :partying_face:

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

Expand Down Expand Up @@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in Tcl. Code snippets prece
- :warning: [Selection Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+tcl) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :warning: [Sleep Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+tcl) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :warning: [Transpose Matrix in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+tcl) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

### Missing Programs

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

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Tcl) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
- :warning: [Zeckendorf in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+tcl) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
Loading