Solidity implementation for Skip list?

Am looking to implement a skip list in solidity.
any one has reference code for that?

:computer: Environment

:memo:Details

:1234: Code to reproduce

1 Like

Hi @ilanD,

I suggest having a look through the Data Structures section of List of Solidity libraries in the wild to see if there is anything that meets your needs.

OpenZeppelin Contracts has EnumerableSet and EnumerableMap .

1 Like