16 lines
303 B
Markdown
16 lines
303 B
Markdown
|
---
|
||
|
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
|