/LeetCode-in-Swift

My solutions to LeetCode problems written in Swift

Primary LanguageSwiftMIT LicenseMIT

LeetCode in Swift

My solutions to LeetCode problems written in Swift 😬

Leetcode

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: 225)

This part is work in progress.

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

Resume Screening

iOS/Technical Questions

YouTube Playlists

Data Structures and Algorithms Questions

  • Arrays
  • Linked List
  • Stacks
  • Queues
  • Heaps
  • Hash Tables/Maps
  • Trees
  • Tries
  • Graphs

YouTube Channels for LeetCode Solutions and Explanations

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

Raywenderlich Data Structures & Algorithms in Swift Book

Raywenderlich Data Structures & Algorithms in Swift Course