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

16 lines
303 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
---
# 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