Skip to content
Merged
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
9 changes: 2 additions & 7 deletions archive/r/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

## 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 Rust. See above for the current amount of completed programs in Rust. 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 Rust. Code snippets prec
- :warning: [Selection Sort in Rust](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+rust) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :warning: [Sleep Sort in Rust](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+rust) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :warning: [Transpose Matrix in Rust](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+rust) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

### Missing Programs

The following list contains all of the approved programs that are not currently implemented in Rust. 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+Rust) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
- :warning: [Zeckendorf in Rust](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+rust) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down