Swiftpack.co - nallick/LinkedList as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by nallick.
nallick/LinkedList 1.2.1
A double linked list value type, implementing all standard Swift Collection protocols apart from RandomAccessCollection.
⭐️ 0
🕓 1 year ago
iOS macOS
.package(url: "https://github.com/nallick/LinkedList.git", from: "1.2.1")

LinkedList

A double linked list value type, implementing all standard Swift Collection protocols apart from RandomAccessCollection.

List sorting is provided via an iterative merge sort algorithm.

A default list node is provided for working with generic element types, or LinkedList.Node can be subclassed to provide custom list nodes (e.g., class CustomNode: LinkedList.Node {} ).

License

LinkedList is provided under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 0
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics