SwiftStructures v2.2 Release Notes

Release Date: 2016-04-07 // about 8 years ago
  • ⚡️ With Swift 2.2 now available, the algorithms project has been updated to reflect this new standard!

    🔄 Change Summary

    🚀 This release mainly addresses legacy C-style syntax. With the pending removal of C-style loops as well as increment / decrement markers in Swift 3.0, Github examples for bubbleSort, insertionSort and selectionSort have been refactored. Minor updates were also made to queues, stacks and linked lists. While not officially published, the Math-based fibonacci methods were also updated to reflect non-mutating parameters.