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/a/algol68/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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

### Missing Programs

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

## Testing

Expand Down