MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / bsgs_sort

Function bsgs_sort

keyhunt.cpp:3650–3653  ·  view source on GitHub ↗

OK */

Source from the content-addressed store, hash-verified

3648
3649/* OK */
3650void bsgs_sort(struct bsgs_xvalue *arr,int64_t n) {
3651 uint32_t depthLimit = ((uint32_t) ceil(log(n))) * 2;
3652 bsgs_introsort(arr,depthLimit,n);
3653}
3654
3655/* OK */
3656void bsgs_introsort(struct bsgs_xvalue *arr,uint32_t depthLimit, int64_t n) {

Callers 1

keyhunt.cppFile · 0.70

Calls 1

bsgs_introsortFunction · 0.70

Tested by

no test coverage detected