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

Function bsgs_sort

bsgsd.cpp:1450–1453  ·  view source on GitHub ↗

OK */

Source from the content-addressed store, hash-verified

1448
1449/* OK */
1450void bsgs_sort(struct bsgs_xvalue *arr,int64_t n) {
1451 uint32_t depthLimit = ((uint32_t) ceil(log(n))) * 2;
1452 bsgs_introsort(arr,depthLimit,n);
1453}
1454
1455/* OK */
1456void bsgs_introsort(struct bsgs_xvalue *arr,uint32_t depthLimit, int64_t n) {

Callers 1

mainFunction · 0.70

Calls 1

bsgs_introsortFunction · 0.70

Tested by

no test coverage detected