Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Aug 19, 2024
1 parent 1249150 commit 8ff346a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/technical_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ graph TD;
- `square` means account node
- `circle` means internal node
- `tilt square` means padded node

**note**: we pad by empty node whenever it is needed to form a binary tree or multi branch recursive tree.

we divide all users into different batches. within each batch, we construct a binary tree, with each user's `account` as tree leaf. all roots of batch tree will form a `recursive_tree`, whose branch numbers can be configured (denotes by `Q`); Let `N` be the total number of users; and `M` be the batch size. in above's example, `N=24`, `M=4`, `Q=4`;
Expand Down

0 comments on commit 8ff346a

Please sign in to comment.