alexandria_data_structures 0.3.0
A set of Cairo data structure libraries and algorithms
A collection of handy functions to help with array manipulation.
A collection of handy functions to help with span manipulation.
The queue is used to store and manipulate a collection of elements where the elements are processed in a first-in, first-out (FIFO) order, the oldest element being processed first.
The stack is used to store and manipulate a collection of elements where the elements are processed in a last-in, first-out (LIFO) order, the most recently added element being processed first.
Version 0.3.0
Uploaded 2 weeks ago
Size 18.1 KB
Run the following command in your project dir
scarb add alexandria_data_structures@0.3.0
Or add the following line to your Scarb.toml
alexandria_data_structures = "0.3.0"
Homepage github.com/keep-starknet-strange/alexandria/tree/main/packages/data_structures