https://github.com/thutasann/swift-algorithms
Swift Algorithms Collection
https://github.com/thutasann/swift-algorithms
algorithms data-structures-and-algorithms swift swift-algorithms swift-playground
Last synced: 3 months ago
JSON representation
Swift Algorithms Collection
- Host: GitHub
- URL: https://github.com/thutasann/swift-algorithms
- Owner: thutasann
- Created: 2022-12-05T07:44:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:32:52.000Z (over 2 years ago)
- Last Synced: 2025-01-09T02:22:03.842Z (5 months ago)
- Topics: algorithms, data-structures-and-algorithms, swift, swift-algorithms, swift-playground
- Language: Swift
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Algorithms
This repo contains useful Swift Algorithms along with each respective playgrounds.
- Binary Search [(code)](https://github.com/thutasann/swift-algorithms/blob/master/BinarySearch.playground/Contents.swift)
- Binary Search Tree [(code)](https://github.com/thutasann/swift-algorithms/blob/master/BinarySearchTree.playground/Contents.swift)
- Most Common Element in Array [(code)](https://github.com/thutasann/swift-algorithms/blob/master/MostCommonElementInArray.playground/Contents.swift)
- FizzBuzz [(code)](https://github.com/thutasann/swift-algorithms/blob/master/FizzBuzz.playground/Contents.swift)
- Binary Search V2.0 [(code)](https://github.com/thutasann/swift-algorithms/blob/master/BinarySearchTwo.playground/Contents.swift)
- Factorials & Recursion [(code)](https://github.com/thutasann/swift-algorithms/blob/master/FactorialsRecursion.playground/Contents.swift)
- Most Common Name in Array [(code)](https://github.com/thutasann/swift-algorithms/blob/master/MostCommonInArray.playground/Contents.swift)
- Reversed Words [(code)](https://github.com/thutasann/swift-algorithms/blob/master/ReverseWords.playground/Contents.swift)# Data Structures and Algorithms
- [Binary Search](https://www.geeksforgeeks.org/binary-search/)
- [Binary Search Tree](https://www.geeksforgeeks.org/binary-search-tree-data-structure/)
- [FizzBuzz](https://www.geeksforgeeks.org/fizz-buzz-implementation/)# Collected By
Here is the collector portfolio - [Thuta Sann](https://thutasann.vercel.app/).