-
Notifications
You must be signed in to change notification settings - Fork 2
Home
tomhea edited this page Dec 11, 2020
·
11 revisions
Farray stands for Fillable Array - an array with the fill(v)
method,
which sets all the values in the array to v, in O(1) worst-time.
Our implementation uses only 1 extra bit of memory, which is a state-of-the-art result.
I wrote a Medium article about this project and array initialization in general. ~9 minutes of reading.
The Wiki was moved to the Project's Website.
Enjoy!