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

303 B

title tags category
Swift Coding Challenge 3 and 4
programming
ios
swift
coding-challenges
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