diff --git a/archive/a/algol60/README.md b/archive/a/algol60/README.md index 19e7fab13..e6ba89a88 100644 --- a/archive/a/algol60/README.md +++ b/archive/a/algol60/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in ALGOL 60! To find documentation related to the ALGOL 60 code in this repo, look [here](https://sampleprograms.io/languages/algol60). -## Sample Programs List - 34/39 :smile: +## Sample Programs List - 35/39 :smile: In this section, we feature a list of completed and missing programs in ALGOL 60. See above for the current amount of completed programs in ALGOL 60. 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. @@ -31,6 +31,7 @@ Below, you'll find a list of completed code snippets in ALGOL 60. Code snippets - :warning: [Job Sequencing in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+algol+60) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] - :warning: [Josephus Problem in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+algol+60) [[Requirements](https://sampleprograms.io/projects/josephus-problem)] - :warning: [Linear Search in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+algol+60) [[Requirements](https://sampleprograms.io/projects/linear-search)] +- :warning: [Longest Common Subsequence in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+algol+60) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)] - :warning: [Longest Palindromic Substring in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+algol+60) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)] - :warning: [Longest Word in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+algol+60) [[Requirements](https://sampleprograms.io/projects/longest-word)] - :warning: [Maximum Array Rotation in ALGOL 60](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+algol+60) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] @@ -54,7 +55,6 @@ The following list contains all of the approved programs that are not currently - :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+ALGOL%2060) [[Requirements](https://sampleprograms.io/projects/convex-hull)] - :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+ALGOL%2060) [[Requirements](https://sampleprograms.io/projects/file-input-output)] -- :x: [Longest Common Subsequence](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+common+subsequence&template=code-snippet-request.md&title=Add+Longest+Common+Subsequence+in+ALGOL%2060) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)] - :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+ALGOL%2060) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+ALGOL%2060) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]