darmar-lt

Results 5 comments of darmar-lt

It seems I do not understand how realloc works. In a documentation of realloc, I read: "The content of the memory block is preserved up to the lesser of the...

I have made a simple test case. Maybe it will help to understand the problem: ``` #include #include #include #include #include #include "qlibc.h" int main(void) { size_t i; size_t siz...

Simply I am new on GitHub. But OK. I will try to prepare the pull request. However, it may take time until I understand the required steps. By the way,...

I have read a bit about LLRB trees. Now I can answer to my question: Yes, the rule "If a node is red, then both its children are black" should...