Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
Go to the source code of this file.
Namespaces | |
namespace | balanced_structures |
namespace | balanced_structures::skiplist |
namespace | balanced_structures::skiplist::node_utils |
Functions | |
template<typename T > | |
T | balanced_structures::skiplist::node_utils::randomLevel (Rand *rand, int levelup_prob_percent, T max_level) |