Skip to content

Ethereum Library which implements a struct which provides O(1) existence checks, lookups, and removals.

Notifications You must be signed in to change notification settings

ethpm/ethereum-indexed-enumerable-set-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indexed Enumerable Set Library

An Ethereum library that implements a set struct with the following properties.

  • O(1) existence checks.
  • O(1) removal of values.
  • O(1) addition of values.
  • Enumeration of values.

About

Ethereum Library which implements a struct which provides O(1) existence checks, lookups, and removals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages