Skip to content

4.1 Code Release

Latest
Compare
Choose a tag to compare
@waynewbishop waynewbishop released this 09 Jan 21:42
· 28 commits to master since this release

This is a quick note announcing an updated version of the Swift Algorithms Book. For those who’ve previously purchased the PDF version, all reference materials (including further reading) are now hyperlinked. Chapter headings are also clickable to specific sections in the document. Changes to both the EPUB and PDF versions include the following:

Revised LinkList.remove(at:) algorithm
Renamed methods for HashTable algorithm and Keyable Protocol
Revised content for Stacks & Queues
Revised content for Basic Sorting