Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtroupe18/swiftyalgorithms

Swift Algorithms is a repo designs to contain various programming questions that are answered in Swift.
https://github.com/dtroupe18/swiftyalgorithms

algorithms data-structures interview-practice playground programming-challenges swift

Last synced: about 7 hours ago
JSON representation

Swift Algorithms is a repo designs to contain various programming questions that are answered in Swift.

Awesome Lists containing this project

README

        

## Swifty Algorithms

Swift Algorithms is a repo designs to contain various programming questions that are answered in `Swift`. I made this repo because a lot of programming questions are answered in programming languages like C, C++, Java, or Python. As an iOS developer I really love `Swift` and I wanted to work on my programming and problem solving skills during the Covid-19 quarantine so here we are.

## How to Navigate this repo

1. Each folder is it's own question and contains its own `readme` [like this](https://github.com/dtroupe18/SwiftyAlgorithms/tree/master/Count%20The%20Islands) which explains the question.
2. Inside each playground folder there is a `Contents.swift` file with a solution that can be copy pasted into any playground.
3. I wrote each solution as a test class so it's easier to check solutions and measure performance.

## References:

**If you like this repo you might also be interested in:**

[swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club)

[Swift-Algorithms](https://github.com/karan/Swift-Algorithms)

[swift-algorithms](https://github.com/iCell/swift-algorithms)

[Apple Algorithms](https://github.com/apple/swift/blob/master/test/Prototypes/Algorithms.swift)

[LeetCode Solutions](https://github.com/strengthen/LeetCode)

**If you're looking for more generic Interview information check out these:**

[awesome-interview-questions](https://github.com/MaximAbramchuck/awesome-interview-questions)

[tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook)