Repository navigation
ordered-set
- Website
- Wikipedia
Commonly used data structures for Swift
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
A simple, static Ordered Set collection type for Swift. Doesn't depend on Foundation.
Go package ordered sets implemented with balanced binary search trees
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
mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.
https://www.hackerrank.com/challenges/maximum-subarray-sum/problem
OrderedSet for Pharo Smalltalk