Swift 2.0 Release!
The introduction of Swift 2.0 brings a new level of usability and concise syntax many have come to appreciate. As the referring source for The Swift Algorithms Book, the Github source has been updated to meet this new standard.
Change Summary
While most updates involved object mutability and basic syntax, significant refactoring was completed for the project extensions
. Mainly used as helper functions for trie
algorithms, readers should see little difference with the latest code and examples published in the book.
Along with code updates, this release also introduces a new algorithm called a Bloom Filter
. Similar to a
hash table
, stay tuned for new documentation at waynewbishop.com that describes this process.