apply more update till root

This commit is contained in:
2024-04-30 06:21:41 +00:00
parent a75b5d8ed5
commit 27ed3f9a55
3 changed files with 17 additions and 2 deletions

View File

@ -21,8 +21,8 @@ int main(int argc, char *argv[]) {
fprintf(fout, "Seed = %u\n", RndSeed);
fclose(fout);
// ======================================
int n = 100000;
int total_keys = 30000;
int n = 300000;
int total_keys = 100000;
set<string> keys_set;
for (int i = 0; i < total_keys; i++) {
string key = "#" + to_string(rnd_less(1000000)) + "#";