alexandria_data_structures 0.7.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.7.0

Uploaded 2 days ago

Cairo version ^2.13.1

Size 19.7 KB

Installation

Run the following command in your project dir

scarb add alexandria_data_structures@0.7.0

Or add the following line to your Scarb.toml

alexandria_data_structures = "0.7.0"

Monthly downloads

Links

Owners