Facebook
From Innocent Agouti, 6 Years ago, written in C++.
This paste is a reply to Re: Re: Re: Re: Untitled from Sharp Hedgehog - go back
Embed
Viewing differences between Re: Re: Re: Re: Untitled and Re: Re: Re: Re: Re: Untitled
template >
struct Node
{
        Compare comp;
        
int compare(K l, key;
        V val;
        Node *left, *right;
        bool color;
}

r)