motoko-splay
Splay tree library
A library implementing a data structure used to efficiently retrieve and insert elements in a binary search tree.
Splay tree in Motoko
1 stars
2 watching
0 forks
Language: Motoko
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
matthewhammer/motoko-sequence | A library for building persistent sequential data structures | 15 |
wyhaines/splay_tree_map.cr | A data structure implementation of a semi-balanced binary search tree that optimizes access to frequently accessed items | 15 |
sardariuss/motokostablebtree | A stable B-tree data structure implementation in Motoko for storing and retrieving key-value pairs. | 10 |
timohanke/motoko-sha2 | Provides an implementation of the Sha2 family of hash functions in Motoko | 2 |
flyq/motoko-sha224 | A template for creating a Motoko library with automated build and documentation workflows. | 5 |
noku-team/icrc7_motoko | Provides a Motoko implementation of the ICRC-7 standard for NFTs on the Internet Computer Protocol (ICP) | 2 |
matthewhammer/motoko-graph | Provides a generic graph data model and query algorithms for modeling various types of relationships and dependencies. | 17 |
herumi/ecdsa-motoko | Provides a cryptographic implementation in Motoko, a high-level programming language. | 14 |
gabrielnic/motoko-cdn | A CDN solution built on top of Motoko and ReactJS to store and manage large files by splitting them into chunks and storing them in buckets. | 40 |
dfinity/motoko-base | Provides a set of core modules and functionality for the Motoko programming language. | 483 |
edjcase/motoko_datetime | A DateTime library for Motoko that provides classes and methods for date and time manipulation, including parsing, formatting, and timezone handling. | 2 |
nomeata/motoko-scc | An algorithm for identifying and traversing strongly connected components in software systems | 1 |
aviate-labs/sorted.mo | A collection of data structures implemented in Motoko to facilitate sorted ordering and insertion. | 4 |
edjcase/motoko_xml | A Motoko library that handles XML serialization and deserialization. | 2 |
canscale/stablerbtree | An implementation of a stable data structure based on Red Black Trees in the Motoko programming language. | 3 |