DEV Community

Discussion on: RUM Conjecture - Reasoning About Data Access

Collapse
 
nickpolyder profile image
Nick Polyderopoulos

Hmmm,
For the first case, for us to know the position by index shouldn't need to read the position first ?

For the third case i did not understand what are you saying.

Thanks,

Thread Thread
 
frosnerd profile image
Frank Rosner

For the first case, for us to know the position by index shouldn't need to read the position first ?

What do you mean by reading the position? We can simple insert or delete the value without knowing whether it was there already.

For the third case i did not understand what are you saying.

What is it that you don't understand?