Commonly used data structures for Swift
翻译 - 生产级Swift数据结构包
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
Go package ordered sets implemented with balanced binary search trees
A simple, static Ordered Set collection type for Swift. Doesn't depend on Foundation.
A LinkedMapSet is an extension to MapSet that maintains ordering.
A mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order
https://www.hackerrank.com/challenges/maximum-subarray-sum/problem
An implementation of mutable and immutable ordered sets.