alexandria_data_structures 0.5.0

A set of Cairo data structure libraries and algorithms

Readme

Data structures

Array extension

A collection of handy functions to help with array manipulation.

Span extension

A collection of handy functions to help with span manipulation.

Queue

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.

Stack

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.

Metadata

Version 0.5.0

Uploaded 1 day ago

Cairo version ^2.11.1

Size 18.2 KB

Installation

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"

Monthly downloads

Links

Homepage github.com/keep-starknet-strange/alexandria/tree/main/packages/data_structures

Owners