Solidity implementation for Skip list?

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