pub fn build_correct_map( cbs: &HashSet<String>, whitelist: &HashSet<String>, ) -> HashMap<u64, u64>
creates the mutated->true mapping of every element in the cbs to the whiteslist Uses a BKTree
mutated
true