SwiftStructures v2.0 Release Notes

Release Date: 2015-09-11 // over 8 years ago
  • โšก๏ธ 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.