My solutions to LeetCode problems written in Swift 😬
LeetCode Profile - https://leetcode.com/rudrankriyam/
For any queries or doubt, contact me on -
Twitter - https://twitter.com/rudrankriyam
LinkedIn - https://www.linkedin.com/in/rudrankriyam/
Inspired by the repository by Yi Gu! [https://github.com/soapyigu/LeetCode-Swift]
- EASY QUESTIONS (Current Count: 116)
- MEDIUM QUESTIONS (Current Count: 107)
- HARD QUESTIONS (Current Count: 005)
Curating all the resources I refer to for interview preparation. This is not an exhaustive list and you are free to add your suggestion to it. Thank you!
Note: I have only interviewed with a single company as of now. I researched a lot about iOS interviews in general, but my views may be biased, and may not be helpful for the dream company you are preparing for.
This YouTube channel Dan Croitor has almost all the material and resources you need for a behavioral round.
You can start with this video - How to pass a behavioral interview
Another video you can refer to - Behavioral Interviews for Software Engineers
- 50 iOS Interview Questions And Answers
- 25 iOS Interview Questions And Answers for Junior Developers
- iOS Interview Questions
For starting out - What Are Data Structures?
Pramp is a great website to practice live interviews with peers.
I feel knowing how an techinal happens is really important. abrar's videos helped a lot to understand what an interview expects from you in a technical phone screen.
It is a public repository that has algortihms and data structures in Swift, with explanations. You can find it here -> Welcome to the Swift Algorithm Club!
LeetCode is the best platform according to me for practicing these type of questions, especially if you want to code in Swift. The editor supports Swift 5.0.1 and I faced no problem with it.
IF you have less time and an interview coming up, you can buy the subscription for a month, to get access to the solutions.
It is a nice book. You can either do the questions from this book or go through LeetCode. One big advantage of this book was the dedicated solution with explanation. And hints to solve a question, just like an interviewer may give you one.
This is a more comprehensive book with detailed explanation of data structures and algorithms in Swift.
Really nice explanation of the data structures and algorithms in Swift.