You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/d/dart/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to Sample Programs in Dart! To find documentation related to the Dart code in this repo, look [here.](https://sampleprograms.io/languages/dart)
4
4
5
-
## Sample Programs List - 12/38 :thinking:
5
+
## Sample Programs List - 16/38 :thinking:
6
6
7
7
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.
8
8
@@ -13,10 +13,14 @@ Below, you'll find a list of completed code snippets in Dart. Code snippets prec
13
13
-:warning:[Baklava in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+dart)[[Requirements](https://sampleprograms.io/projects/baklava)]
14
14
-:warning:[Bubble Sort in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+dart)[[Requirements](https://sampleprograms.io/projects/bubble-sort)]
15
15
-:white_check_mark:[Capitalize in Dart](https://sampleprograms.io/projects/capitalize/dart)[[Requirements](https://sampleprograms.io/projects/capitalize)]
16
+
-:warning:[Duplicate Character Counter in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+dart)[[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
16
17
-:warning:[Even Odd in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+dart)[[Requirements](https://sampleprograms.io/projects/even-odd)]
18
+
-:warning:[Factorial in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+dart)[[Requirements](https://sampleprograms.io/projects/factorial)]
17
19
-:warning:[Fibonacci in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+dart)[[Requirements](https://sampleprograms.io/projects/fibonacci)]
18
20
-:warning:[Fizz Buzz in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+dart)[[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
19
21
-:white_check_mark:[Hello World in Dart](https://sampleprograms.io/projects/hello-world/dart)[[Requirements](https://sampleprograms.io/projects/hello-world)]
22
+
-: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)]
23
+
-: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)]
20
24
-: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)]
21
25
-:white_check_mark:[Reverse String in Dart](https://sampleprograms.io/projects/reverse-string/dart)[[Requirements](https://sampleprograms.io/projects/reverse-string)]
22
26
-:warning:[Roman Numeral in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+roman+numeral+dart)[[Requirements](https://sampleprograms.io/projects/roman-numeral)]
@@ -32,8 +36,6 @@ The following list contains all of the approved programs that are not currently
-:x:[Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+Dart)[[Requirements](https://sampleprograms.io/projects/depth-first-search)]
-:x:[Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Dart)[[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
-: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+Dart)[[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
-:x:[Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+Dart)[[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
0 commit comments