MCPcopy Index your code
hub / github.com/andylamp/BPlusTree / fuzzyAddToTree

Method fuzzyAddToTree

src/main/java/ds/bplus/util/Utilities.java:65–94  ·  view source on GitHub ↗

Add a random sequence of numbers in the tree using unique or discrete values for the key. @param from starting range (>= 0) @param to ending range @param unique use unique values flag @param bt tree instance to add the values @return the list of the values in reverse order of insertion @throws IOEx

(int from, int to,
                                      boolean unique, BPlusTree bt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 2

randIntMethod · 0.95
insertKeyMethod · 0.80