Data Structures and Algorithms
We spent time and effort on our resume, performing company research and building our developer brand. But what for? To start an interview process at a company we want to work for, and get hired!
So, now that the first step has been achieved, we will turn to our next challenge, passing the iOS technical interview.
The first topic to pass the iOS technical interview will cover data structures such as classes, structs, dictionaries, and arrays. While we could begin with the fundamental principles of the Swift language, that could be considered a more technical subject. In contrast, data structures involve more abstract concepts. Therefore, we will leave the Swift language for Chapter 5.
This chapter will cover the basic data structures often asked about in iOS technical interviews. To that end, we will cover the following topics in this chapter:
- Learning the importance of data structures
- Answering classes and struct questions
- Answering...