Open roarin-roran opened 2 years ago
bubble down init is non optimal (O(n log(n))) - use tournament build for O(n) construction.
also rename the thing - it's a loser tree.
bubble down init is non optimal (O(n log(n))) - use tournament build for O(n) construction.
also rename the thing - it's a loser tree.