mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
doc
This commit is contained in:
parent
dab3ea6052
commit
c6e3471ae5
1 changed files with 4 additions and 1 deletions
|
|
@ -133,7 +133,10 @@ module MakeFull(K : KEY) : S with type key = K.t = struct
|
|||
| E -> 0
|
||||
| N (_, _, _, _, w) -> w
|
||||
|
||||
(* balancing parameters *)
|
||||
(* balancing parameters.
|
||||
|
||||
We take the parameters from "Balancing weight-balanced trees", as they
|
||||
are rational and efficient. *)
|
||||
|
||||
(* delta=5/2
|
||||
delta × (weight l + 1) ≥ weight r + 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue