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

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

Awesome Lists containing this project

README

        

# Swift Algorithms

Swift Algorithms collected by Thuta Sann

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/).