Skip to content
Algorithms and data structures in Swift, with explanations!
Swift Other
  1. Swift 99.5%
  2. Other 0.5%
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Fix typo and grammar May 3, 2019
3Sum and 4Sum Check with Xcode 10.1 Feb 4, 2019
AVL Tree Update hyperlinks Jan 28, 2019
All-Pairs Shortest Paths [Swift 4.2] Update All-Pairs Shortest Paths to Swift 4.2 Feb 24, 2019
Array2D Swift 4.2 [Array2D] Oct 4, 2018
B-Tree Compile for Swift 4.2 Nov 7, 2018
Binary Search Tree Update README.markdown May 11, 2020
Binary Search [Swift 4.2] Update Binary Search Tree Oct 5, 2018
Binary Tree Updated Binary Tree to Swift 4.2 Oct 26, 2018
Bit Set remove duplicate source file, update README Feb 15, 2019
Bloom Filter Update README according to comments. Nov 1, 2018
Bounded Priority Queue Update Bounded Priority Queue to Swift 4.2 Oct 26, 2018
Boyer-Moore-Horspool Merge pull request #835 from pakosaldanaort/Fix_Boyer-Moore-Horspool Dec 19, 2018
Breadth-First Search Update Breadth First Search to Swift 4.2 Oct 26, 2018
Brute-Force String Search Update README.markdown Mar 14, 2018
Bubble Sort Merge pull request #824 from JulioBBL/bubble-sort Dec 19, 2018
Bucket Sort Add credit to README. Oct 5, 2018
Closest Pair Update README.markdown May 11, 2018
Comb Sort Merge pull request #810 from laurentaylormarshall/swift4.2-update Mar 21, 2019
Combinatorics Update Combinatorics to match Swift 4 API Apr 11, 2018
Convex Hull Merge pull request #851 from macbellingrath/patch-1 Jan 3, 2019
Count Occurrences Renamed array Feb 10, 2020
Counting Sort Counting Sort working with Swift 4.2 Nov 1, 2018
Depth-First Search Swift 4.2 support Depth-First Search Nov 6, 2018
Deque Update Deque up to Swift 4.2. Oct 4, 2018
Dijkstra Algorithm [Swift 4.2] Dijkstra Algorithm Oct 5, 2018
DiningPhilosophers Add credit to README.md. Oct 11, 2018
Egg Drop Problem Merge pull request #770 from alaphao/swift4.2-egg-drop-problem Nov 4, 2018
Encode and Decode Tree Address comments and update the code to sync up with readme Jan 15, 2018
Fixed Size Array Remove notice from FixedSizeArray playground. Oct 4, 2018
Fizz Buzz Delete contents.xcworkspacedata May 9, 2020
GCD Linebreak in README Jan 11, 2019
Genetic Updates code to Swift 4.2 Mar 6, 2019
Graph updated depricated hashable values to hash into methods Mar 27, 2020
Hash Set [Swift 4.2] Updated Hash Set Nov 12, 2018
Hash Table This fixes the unlikely event that the generated hashValue happens to… Apr 29, 2019
Hashed Heap Fixes indentation to 2 spaces. Aug 9, 2017
HaversineDistance fix typo May 7, 2020
Heap Sort Fix typo in Heap Sort README lg -> log Feb 6, 2020
Heap Update Heap.swift Nov 27, 2019
Huffman Coding update Huffman Coding to Swift 4.2 Oct 13, 2018
Images Added link to Swift Alg Club book Apr 17, 2018
Insertion Sort Fix typo Feb 25, 2019
Introsort English Edit Feb 7, 2018
K-Means [Swift 4.2] Update K-Means Oct 6, 2018
Karatsuba Multiplication Update Karatsuba README Feb 12, 2019
Knuth-Morris-Pratt Updated broken link Sep 6, 2019
Kth Largest Element Kth Largest Element: updated to use Int.random API which has been int… Mar 24, 2019
LRU Cache Updated LRU Cache to Swift 4.2 Oct 13, 2018
Linear Regression Update README Feb 12, 2019
Linear Search [Swift 4.2] Updated Linear Search Oct 23, 2018
Linked List Fix wrong description Feb 25, 2019
Longest Common Subsequence Update README.markdown Apr 23, 2018
Merge Sort reserveCapacity was missing in README (11% faster with it) Feb 1, 2019
Miller-Rabin Primality Test Merge branch 'master' into miller-rabin-primality-test-code-improvement Jan 3, 2019
Minimum Edit Distance Updated Minimum Edit Distance Playground for Swift 4.2 Oct 31, 2018
Minimum Spanning Tree (Unweighted) Updated MST (Unweighted) tests to Swift 4.2 Oct 12, 2018
Minimum Spanning Tree Updated MST to Swift 4.2 Oct 12, 2018
MinimumCoinChange [Swift 4] Update Minimum Coin Change Aug 26, 2017
Monty Hall Problem Update Monty Hall to Swift 4.2 Oct 13, 2018
Multiset Update Multiset to Swift 4.2 Oct 13, 2018
Myers Difference Algorithm Refactors first blurb. Jun 8, 2018
Naive Bayes Classifier Update Naive Bayes Classifier to Swift 4 Jul 31, 2017
Octree add readme Oct 9, 2017
Ordered Array Migrate to Swift 4.2 Oct 13, 2018
Ordered Set Split sorted set and ordered set Nov 19, 2017
Palindromes updating README Oct 18, 2018
Points Lines Planes Updates to Swift 5.0 Mar 9, 2019
Priority Queue [Swift 4] Update Priority Queue Aug 26, 2017
QuadTree Update Quad Tree to Swift 4.2 Oct 13, 2018
Queue Added changed by opened discussions Sep 6, 2019
Quicksort Use swapAt for Lomuto's partitioning Nov 9, 2019
Rabin-Karp Merge pull request #714 from billbarbour/master Jan 9, 2019
Radix Sort Updated Radix Sort Tests to Swift 4.2 Oct 21, 2018
Radix Tree RadixTree syntax updated to Swift 4 Dec 20, 2017
Red-Black Tree Implement getPredecessor(). Mar 16, 2019
Ring Buffer Update Ring Buffer to Swift 4.2 Oct 13, 2018
Rootish Array Stack [Swift 4] Update Rootish Array Stack Aug 2, 2017
Run-Length Encoding Updated Run-Length Encoding to Swift 4.2 Oct 31, 2018
Segment Tree Added a few extra words describing lazy propagation. Oct 9, 2017
Select Minimum Maximum [Swift 4] Update Select Minimum Maximum Aug 27, 2017
Selection Sampling Update README.markdown Jan 31, 2018
Selection Sort [Swift 4.2] Updated Selection Sort Oct 23, 2018
Set Cover (Unweighted) Updated random number generation to Swift 4.2 Nov 1, 2018
Shell Sort Merge pull request #606 from carlosaking/Shell-Sort-Swift4 Sep 11, 2017
Shortest Path (Unweighted) [Swift 4] Update Shortest Path (Unweighted) Aug 27, 2017
Shuffle Update Shuffle Mar 26, 2019
Shunting Yard Shunting Yard working fine with Swift 4.2 and Xcode 10 Nov 1, 2018
Simulated annealing Update simann_example.swift Dec 10, 2019
Single-Source Shortest Paths (Weighted) [Swift 4] Update Single-Source Shortest Paths (Weighted) Aug 27, 2017
Singly Linked List Fix the position of the opening brace to conform to the style guide Nov 8, 2017
Skip-List fix: add use case Nov 29, 2019
Slow Sort two spaced indents Mar 21, 2019
Sorted Set Update Sorted Set to Swift 4.2 Oct 17, 2018
Sparse Table Fix typo "Idempotent" Mar 28, 2018
Splay Tree Fixed broken youtube link in splay tree readme Mar 31, 2018
Stack Fix typo in Stack playground Jan 15, 2019
Strassen Matrix Multiplication Remove notice from Strassen Multiplication Matrix playground Oct 5, 2018
Ternary Search Tree [Swift 4] Update Ternary Search Tree Aug 2, 2017
Threaded Binary Tree [Swift 4.2] Threaded Binary Tree Oct 6, 2018
Topological Sort Fix infinite recursion in DFS Nov 4, 2019
Treap [Swift 4] Update Treap Aug 1, 2017
Tree Removing version check Nov 27, 2018
Trie Standardize Trie indentation to 2 spaces Oct 27, 2018
Two-Sum Problem updated readme for 2 sum problem with swift 4.2 Oct 6, 2018
Union-Find update union-find to swift 4.2 Oct 28, 2018
Z-Algorithm Update Z-Algorithm up to Swift 4.2. Oct 4, 2018
.gitignore No longer gitignore xcworkspace May 9, 2016
.swiftlint.yml Fix "found unknown escape character" while trying to run swiftlint 0.… Apr 28, 2017
Algorithm Design.markdown Divide and Conquer Jun 9, 2017
Big-O Notation.markdown The code of O(2^n) isn't correct which is O(n) Aug 8, 2019
LICENSE.txt Add name to articles Jan 28, 2016
README.markdown Adds Closest Pair Apr 28, 2019
Under Construction.markdown URL encode links in Markdown files Mar 25, 2017
What are Algorithms.markdown Pancakes! Feb 10, 2016
Why Algorithms.markdown Tweak main page Feb 6, 2016
gfm-render.sh GitHub Pages Script Updates (#670) Dec 2, 2017
install_swiftlint.sh CHMOD install_swiftlint.sh Jun 8, 2016

README.markdown

Swift Algorithm Club

Welcome to the Swift Algorithm Club!

Here you'll find implementations of popular algorithms and data structures in everyone's favorite new language Swift, with detailed explanations of how they work.

If you're a computer science student who needs to learn this stuff for exams -- or if you're a self-taught programmer who wants to brush up on the theory behind your craft -- you've come to the right place!

The goal of this project is to explain how algorithms work. The focus is on clarity and readability of the code, not on making a reusable library that you can drop into your own projects. That said, most of the code should be ready for production use but you may need to tweak it to fit into your own codebase.

Code is compatible with Xcode 10 and Swift 4.2. We'll keep this updated with the latest version of Swift. If you're interested in a GitHub pages version of the repo, check out this.

😍 Suggestions and contributions are welcome! 😍

Important links

What are algorithms and data structures? Pancakes!

Why learn algorithms? Worried this isn't your cup of tea? Then read this.

Big-O notation. We often say things like, "This algorithm is O(n)." If you don't know what that means, read this first.

Algorithm design techniques. How do you create your own algorithms?

How to contribute. Report an issue to leave feedback, or submit a pull request.

Where to start?

If you're new to algorithms and data structures, here are a few good ones to start out with:

The algorithms

Searching

String Search

  • Brute-Force String Search. A naive method.
  • Boyer-Moore. A fast method to search for substrings. It skips ahead based on a look-up table, to avoid looking at every character in the text.
  • Knuth-Morris-Pratt. A linear-time string algorithm that returns indexes of all occurrencies of a given pattern.
  • Rabin-Karp Faster search by using hashing.
  • Longest Common Subsequence. Find the longest sequence of characters that appear in the same order in both strings.
  • Z-Algorithm. Finds all instances of a pattern in a String, and returns the indexes of where the pattern starts within the String.

Sorting

It's fun to see how sorting algorithms work, but in practice you'll almost never have to provide your own sorting routines. Swift's own sort() is more than up to the job. But if you're curious, read on...

Basic sorts:

Fast sorts:

Hybrid sorts:

Special-purpose sorts:

Bad sorting algorithms (don't use these!):

Compression

Miscellaneous

Mathematics

Machine learning

  • k-Means Clustering. Unsupervised classifier that partitions data into k clusters.
  • k-Nearest Neighbors
  • Linear Regression. A technique for creating a model of the relationship between two (or more) variable quantities.
  • Logistic Regression
  • Neural Networks
  • PageRank
  • Naive Bayes Classifier
  • Simulated annealing. Probabilistic technique for approximating the global maxima in a (often discrete) large search space.

Data structures

The choice of data structure for a particular task depends on a few things.

First, there is the shape of your data and the kinds of operations that you'll need to perform on it. If you want to look up objects by a key you need some kind of dictionary; if your data is hierarchical in nature you want a tree structure of some sort; if your data is sequential you want a stack or queue.

Second, it matters what particular operations you'll be performing most, as certain data structures are optimized for certain actions. For example, if you often need to find the most important object in a collection, then a heap or priority queue is more optimal than a plain array.

Most of the time using just the built-in Array, Dictionary, and Set types is sufficient, but sometimes you may want something more fancy...

Variations on arrays

  • Array2D. A two-dimensional array with fixed dimensions. Useful for board games.
  • Bit Set. A fixed-size sequence of n bits.
  • Fixed Size Array. When you know beforehand how large your data will be, it might be more efficient to use an old-fashioned array with a fixed size.
  • Ordered Array. An array that is always sorted.
  • Rootish Array Stack. A space and time efficient variation on Swift arrays.

Queues

  • Stack. Last-in, first-out!
  • Queue. First-in, first-out!
  • Deque. A double-ended queue.
  • Priority Queue. A queue where the most important element is always at the front.
  • Ring Buffer. Also known as a circular buffer. An array of a certain size that conceptually wraps around back to the beginning.

Lists

  • Linked List. A sequence of data items connected through links. Covers both singly and doubly linked lists.
  • Skip-List. Skip List is a probabilistic data-structure with same logarithmic time bound and efficiency as AVL/ or Red-Black tree and provides a clever compromise to efficiently support search and update operations.

Trees

  • Tree. A general-purpose tree structure.
  • Binary Tree. A tree where each node has at most two children.
  • Binary Search Tree (BST). A binary tree that orders its nodes in a way that allows for fast queries.
  • Red-Black Tree. A self balancing binary search tree.
  • Splay Tree. A self balancing binary search tree that enables fast retrieval of recently updated elements.
  • Threaded Binary Tree. A binary tree that maintains a few extra variables for cheap and fast in-order traversals.
  • Segment Tree. Can quickly compute a function over a portion of an array.
  • kd-Tree
  • Sparse Table. Another take on quickly computing a function over a portion of an array, but this time we'll make it even quicker!.
  • Heap. A binary tree stored in an array, so it doesn't use pointers. Makes a great priority queue.
  • Fibonacci Heap
  • Trie. A special type of tree used to store associative data structures.
  • B-Tree. A self-balancing search tree, in which nodes can have more than two children.
  • QuadTree. A tree with 4 children.
  • Octree. A tree with 8 children.

Hashing

  • Hash Table. Allows you to store and retrieve objects by a key. This is how the dictionary type is usually implemented.
  • Hash Functions

Sets

  • Bloom Filter. A constant-memory data structure that probabilistically tests whether an element is in a set.
  • Hash Set. A set implemented using a hash table.
  • Multiset. A set where the number of times an element is added matters. (Also known as a bag.)
  • Ordered Set. A set where the order of items matters.

Graphs

Puzzles

A lot of software developer interview questions consist of algorithmic puzzles. Here is a small selection of fun ones. For more puzzles (with answers), see here and here.

Learn more!

Like what you see? Check out Data Structures & Algorithms in Swift, the official book by the Swift Algorithm Club team!

Data Structures & Algorithms in Swift Book

You’ll start with the fundamental structures of linked lists, queues and stacks, and see how to implement them in a highly Swift-like way. Move on to working with various types of trees, including general purpose trees, binary trees, AVL trees, binary search trees, and tries.

Go beyond bubble and insertion sort with better-performing algorithms, including mergesort, radix sort, heap sort, and quicksort. Learn how to construct directed, non-directed and weighted graphs to represent many real-world models, and traverse graphs and trees efficiently with breadth-first, depth-first, Dijkstra’s and Prim’s algorithms to solve problems such as finding the shortest path or lowest cost in a network.

By the end of this book, you’ll have hands-on experience solving common issues with data structures and algorithms — and you’ll be well on your way to developing your own efficient and useful implementations!

You can find the book on the raywenderlich.com store.

Credits

The Swift Algorithm Club was originally created by Matthijs Hollemans.

It is now maintained by Vincent Ngo, Kelvin Lau, and Richard Ash.

The Swift Algorithm Club is a collaborative effort from the most algorithmic members of the raywenderlich.com community. We're always looking for help - why not join the club? :]

License

All content is licensed under the terms of the MIT open source license.

By posting here, or by submitting any pull request through this forum, you agree that all content you submit or create, both code and text, is subject to this license. Razeware, LLC, and others will have all the rights described in the license regarding this content. The precise terms of this license may be found here.

Build Status

You can’t perform that action at this time.