minor edit

This commit is contained in:
Sanaz 2021-01-13 18:00:39 -08:00
parent 838fe947ef
commit 9db2857b8f
No known key found for this signature in database
GPG Key ID: 0B5ACFC518E67998
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ We are seeking a solution in which a peer can perform the following operations b
# Solution Overview # Solution Overview
In the solution explained below, we enable a peer to perform the operations described in [Formal Problem Definition](#Formal-Problem-Definition) by only holding O(log N) many tree nodes (but not the entire tree). In the solution explained below, we enable a peer to perform the operations described in [Formal Problem Definition](#Formal-Problem-Definition) by only holding O(log N) many tree nodes (but not the entire tree). Our focus is on supporting the deletion operation (the insertion will be similar).
## Computing the root after deletion ## Computing the root after deletion