tarasis.net/src/_drafts/swift-coding-challenge-3-an...

17 lines
340 B
Markdown
Raw Normal View History

2020-05-27 02:45:58 +02:00
---
title: Swift Coding Challenge 3 and 4
tags:
- programming
- ios
- swift
- coding-challenges
category: coding-challenges
eleventyExcludeFromCollections: true
2020-05-27 02:45:58 +02:00
---
# Challenge 3
Take two strings, random order of letters and compare if they contain the same letters
This was very quickly done. I remembered about ``sorted``
# Challenge 4