Commit 9bc2e6da authored by Jack Koenig's avatar Jack Koenig
Browse files

Remove all uses of get_flip and deprecate

It is O(n) and every use is in an O(n) iteration resulting in O(n^2).
Same information can be extracted from create_exps which happens to also
be called at every use of get_flip.
parent 8d599182
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment