Skip to content

Commit f5fa701

Browse files
jrg94rzuckerm
authored andcommitted
[Automated Workflow] Add/Modify READMEs (TheRenegadeCoder#4993)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent c6cdc1b commit f5fa701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/d/dart/README.md

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

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

5-
## Sample Programs List - 17/38 :thinking:
5+
## Sample Programs List - 18/38 :thinking:
66

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

@@ -21,6 +21,7 @@ Below, you'll find a list of completed code snippets in Dart. Code snippets prec
2121
- :white_check_mark: [Hello World in Dart](https://sampleprograms.io/projects/hello-world/dart) [[Requirements](https://sampleprograms.io/projects/hello-world)]
2222
- :warning: [Longest Word in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+dart) [[Requirements](https://sampleprograms.io/projects/longest-word)]
2323
- :warning: [Palindromic Number in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+dart) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
24+
- :warning: [Prime Number in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+dart) [[Requirements](https://sampleprograms.io/projects/prime-number)]
2425
- :warning: [Quick Sort in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+dart) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
2526
- :warning: [Remove All Whitespace in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+dart) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
2627
- :white_check_mark: [Reverse String in Dart](https://sampleprograms.io/projects/reverse-string/dart) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
@@ -49,7 +50,6 @@ The following list contains all of the approved programs that are not currently
4950
- :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+Dart) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
5051
- :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+Dart) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
5152
- :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+Dart) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
52-
- :x: [Prime Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,prime+number&template=code-snippet-request.md&title=Add+Prime+Number+in+Dart) [[Requirements](https://sampleprograms.io/projects/prime-number)]
5353
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Dart) [[Requirements](https://sampleprograms.io/projects/quine)]
5454
- :x: [Selection Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,selection+sort&template=code-snippet-request.md&title=Add+Selection+Sort+in+Dart) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5555
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Dart) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

0 commit comments

Comments
 (0)