alexandria_data_structures 0.5.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.5.0
Uploaded 1 day ago
Cairo version ^2.11.1
Size 18.2 KB
Run the following command in your project dir
scarb add alexandria_data_structures@0.5.0
Or add the following line to your Scarb.toml
alexandria_data_structures = "0.5.0"
Homepage github.com/keep-starknet-strange/alexandria/tree/main/packages/data_structures