Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dtroupe18/swiftyalgorithms
- Owner: dtroupe18
- Created: 2020-03-05T13:27:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T23:36:31.000Z (about 1 year ago)
- Last Synced: 2024-01-12T10:10:12.360Z (about 1 year ago)
- Topics: algorithms, data-structures, interview-practice, playground, programming-challenges, swift
- Language: Swift
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)