diff --git a/archive/s/swift/README.md b/archive/s/swift/README.md index 327ef8968..258e4c6ee 100644 --- a/archive/s/swift/README.md +++ b/archive/s/swift/README.md @@ -2,7 +2,7 @@ Welcome to Sample Programs in Swift! To find documentation related to the Swift code in this repo, look [here.](https://sampleprograms.io/languages/swift) -## Sample Programs List - 8/37 :disappointed: +## Sample Programs List - 9/37 :disappointed: In this section, we feature a list of completed and missing programs in Swift. See above for the current amount of completed programs in Swift. 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. @@ -17,6 +17,7 @@ Below, you'll find a list of completed code snippets in Swift. Code snippets pre - :white_check_mark: [Fizz Buzz in Swift](https://sampleprograms.io/projects/fizz-buzz/swift) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] - :warning: [Fraction Math in Swift](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+swift) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :warning: [Hello World in Swift](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+swift) [[Requirements](https://sampleprograms.io/projects/hello-world)] +- :warning: [Palindromic Number in Swift](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+swift) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :white_check_mark: [Reverse String in Swift](https://sampleprograms.io/projects/reverse-string/swift) [[Requirements](https://sampleprograms.io/projects/reverse-string)] ### Missing Programs @@ -42,7 +43,6 @@ The following list contains all of the approved programs that are not currently - :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+Swift) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :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+Swift) [[Requirements](https://sampleprograms.io/projects/merge-sort)] - :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+Swift) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] -- :x: [Palindromic Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,palindromic+number&template=code-snippet-request.md&title=Add+Palindromic+Number+in+Swift) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :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+Swift) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+Swift) [[Requirements](https://sampleprograms.io/projects/quick-sort)] - :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Swift) [[Requirements](https://sampleprograms.io/projects/quine)]