SwiftSortUtils
Sorter
A collection of reusable sorting utilities in Swift
Useful functions and extensions for sorting in Swift
61 stars
4 watching
2 forks
Language: Swift
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 |
| An app that visually demonstrates various sorting algorithms. | 49 |
| A Swift library for safely and expressively working with typeless data structures like JSON and plists | 697 |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
| A lightweight string extension for Swift with various utility methods | 1,622 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| A small utility module to check if an ordered list of values is in the correct sequence | 23 |
| A pure Swift implementation of a graph data structure with algorithms and utility functions | 759 |
| Extensions for handling null and empty values in Swift observables | 700 |
| A fast string sorting algorithm implemented in Go. | 192 |
| An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |
| A log of handy Swift extensions curated and maintained by the community. | 298 |
| A collection of property wrappers to simplify serialization with Swift's Codable protocol | 661 |
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 |
| A set of Vue mixins to turn any list into an animated, touch-friendly, sortable list | 1,482 |