TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
Btree Struct Reference
Collaboration diagram for Btree:
[legend]

Public Attributes

int data
 
struct Btreeleft
 
struct Btreeright
 

Detailed Description

Definition at line 10 of file morrisinorder.cpp.

Member Data Documentation

◆ data

int Btree::data

Definition at line 11 of file morrisinorder.cpp.

◆ left

struct Btree* Btree::left

Definition at line 12 of file morrisinorder.cpp.

◆ right

struct Btree* Btree::right

Definition at line 13 of file morrisinorder.cpp.


The documentation for this struct was generated from the following file: