xiaoxiaozhangx / LeetCode-in-Swift

My solutions to LeetCode problems written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode in Swift

My solutions to LeetCode problems written in Swift 😬 Leetcode

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]

List of Questions (Current Count: 228)

Contributors

iOS Interview Preparation

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.

Behavioral Questions

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

iOS/Technical Questions

Articles

YouTube Playlists

Data Structures and Algorithms Questions

For starting out - What Are Data Structures?

Playlists

Arrays

Dictionary

Linked List

Stacks

Queues

Trees

Graphs

YouTube Channels for LeetCode Solutions and Explanations

Mock Coding Interview

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.

Free Resources [Non-Affliation]

Raywenderlich Swift Algorithm Club

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

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.

Paid Resources [Non-Affliation]

Cracking the Coding Interview Book

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.

Raywenderlich Data Structures & Algorithms in Swift Book

This is a more comprehensive book with detailed explanation of data structures and algorithms in Swift.

Raywenderlich Data Structures & Algorithms in Swift Course

Really nice explanation of the data structures and algorithms in Swift.

About

My solutions to LeetCode problems written in Swift

License:MIT License


Languages

Language:Swift 100.0%