A collection of Swift questions and challenges to help prepare for a Swift / iOS technical interview
The Format:
- From Arrays to Strings
- To running times and more
Each question is accompanied by a short description of the problem
someFunc() // written in as a block of codeAnd an inline solution or hint if the problem calls for one:
// a code block here makes the most sense too
fooFunc(int: coolParams)| Topics Covered | Questions |
|---|---|
| Arrays, etc. | The Basics |
| Classes, Structs, etc. | Object Orientation |
| Substrings, Typealias, etc. | Type Basics |
| String, Int, Array Manipulation | Type Manipulation |
| Dictionaries, etc. | Data Structure Deep Dive |
| Array, and Custom Data Structures | Array Deep Dive |
| Extensions, Zip, Arrays, etc. | Intro to Extensions |
