Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Color
Enum
Color
sample/Red-black-Tree-Rebalancing.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <memory>
4
5
enum Color
6
{
7
Red,
8
Black
9
};
10
template <typename T>
11
struct Node
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected