This commit is contained in:
Gregory Burd 2024-05-28 11:05:39 -04:00
parent ded941b5ee
commit d327c256af
2 changed files with 929 additions and 924 deletions

View file

@ -365,12 +365,12 @@ main()
api_skip_dot_ex(of, list, gen++, msg, sprintf_ex_node);
#endif
printf("m = %ld\n", splay_list_m(list));
printf("m = %ld; ", splay_list_m(list));
printf("(⌊log2(m)⌋) = %d\n", floor_log2(splay_list_m(list)));
if (!(rc = api_skip_contains_ex(list, 5)))
perror("missing element 5");
CHECK;
#ifdef DOT
sprintf(msg, "contains(5)");
api_skip_dot_ex(of, list, gen++, msg, sprintf_ex_node);

File diff suppressed because it is too large Load diff