项目作者: jTanG0506
项目描述 :
📘 My solutions to Swift Coding Challenges by Hacking With Swift
高级语言: Swift
项目地址: git://github.com/jTanG0506/swift-coding-challenges.git

About
My solutions to Swift Coding Challenges by Hacking With Swift
Challenges Checklist
Strings
- [X] Challenge 1: Are the letters unique?
- [X] Challenge 2: Is a string a palindrome?
- [X] Challenge 3: Do two strings contain the same characters?
- [X] Challenge 4: Does one string contain another?
- [X] Challenge 5: Count the characters
- [X] Challenge 6: Remove duplicate letters from a string
- [X] Challenge 7: Condense whitespace
- [X] Challenge 8: String is rotated
- [X] Challenge 9: Find pangrams
- [X] Challenge 10: Vowels and consonants
- [X] Challenge 11: Three different letters
- [X] Challenge 12: Find longest prefix
- [X] Challenge 13: Run-length encoding
- [X] Challenge 14: String permutations
- [X] Challenge 15: Reverse the words in a string
Numbers
Files
Collections
Algorithms