Skip to content

Commit dfd597d

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#4702)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent cb35044 commit dfd597d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

archive/a/awk/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Sample Programs List - 37/38 :smile:
5+
## Sample Programs List - 38/38 :partying_face:
66

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

@@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Awk. Code snippets prece
1515
- :warning: [Binary Search in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+awk) [[Requirements](https://sampleprograms.io/projects/binary-search)]
1616
- :warning: [Bubble Sort in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+awk) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
1717
- :warning: [Capitalize in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+awk) [[Requirements](https://sampleprograms.io/projects/capitalize)]
18+
- :warning: [Convex Hull in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+awk) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
1819
- :warning: [Depth First Search in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+awk) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
1920
- :warning: [Dijkstra in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+awk) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
2021
- :warning: [Duplicate Character Counter in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+awk) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
@@ -48,12 +49,6 @@ Below, you'll find a list of completed code snippets in Awk. Code snippets prece
4849
- :warning: [Sleep Sort in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+awk) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
4950
- :warning: [Transpose Matrix in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+awk) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
5051

51-
### Missing Programs
52-
53-
The following list contains all of the approved programs that are not currently implemented in Awk. 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.
54-
55-
- :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+Awk) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
56-
5752
## Testing
5853

5954
The following list shares details about how we name all Sample Programs in Awk:

0 commit comments

Comments
 (0)