Commonly used data structures for Swift
-
Updated
Jul 23, 2026 - Swift
Commonly used data structures for Swift
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
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++.
A simple, static Ordered Set collection type for Swift. Doesn't depend on Foundation.
A LinkedMapSet is an extension to MapSet that maintains ordering.
Go package ordered sets implemented with balanced binary search trees
A simple ordered set type for python.
sorted key/value storage for C99
A mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order
Repository Contains C++ Pgms on TREES - Binary Trees & Binary Search Trees - Easy Medium hard questions on leetcode --- ++ Set (ordered, unordered, Multiset)
A MutableSet that remembers its order, so that every entry has an index
Intrusive lists, sets & multisets for Python (Boost.Intrusive-inspired). Objects in multiple collections via member hooks.
Some C Utilities: Generic Hash Table, Doubly Linked List, Vector/Array, Ordered Set
Data structures for Go
OrderedSet for Pharo Smalltalk
Add a description, image, and links to the ordered-set topic page so that developers can more easily learn about it.
To associate your repository with the ordered-set topic, visit your repo's landing page and select "manage topics."