Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
Public Attributes | |
std::shared_ptr< Node > | left = nullptr |
std::shared_ptr< Node > | right = nullptr |
pointer to the left node | |
int64_t | val = 0 |
pointer to the right node | |
int64_t | prop = 0 |