INFO607
Public Attributes | List of all members
SNoeud Struct Reference

#include <arbre.h>

Public Attributes

Donnee data
 
struct SNoeudgauche
 
struct SNoeuddroit
 

Detailed Description

Un noeud dans un arbre binaire contient une donnée, et éventuellement un pointeur vers un fils gauche et/ou vers un fils droit. On pourrait aussi stocker le noeud père ici, mais on ne s'en servira pas dans les algorithmes développés.

Definition at line 30 of file arbre.h.

Member Data Documentation

◆ data

Donnee SNoeud::data

Definition at line 31 of file arbre.h.

Referenced by Creer2(), and Valeur().

◆ droit

struct SNoeud* SNoeud::droit

Definition at line 33 of file arbre.h.

Referenced by Creer2(), Detruire(), Droit(), and ModifieDroit().

◆ gauche

struct SNoeud* SNoeud::gauche

Definition at line 32 of file arbre.h.

Referenced by Creer2(), Detruire(), Gauche(), and ModifieGauche().


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