ajout de tous les cours et TP préparés cet été
This commit is contained in:
12
Arbres/TD.md
12
Arbres/TD.md
@@ -3,13 +3,13 @@
|
||||
Soit les 4 arbres binaires suivant :
|
||||
|
||||
<div style="display: flex; justify-content: space-around;">
|
||||
<img src="assets/img2.png" alt="Méthodes_natives" style="zoom: 80%;" />
|
||||
|
||||
<img src="assets/img3.png" alt="Méthodes_natives" style="zoom: 80%;" />
|
||||
<img src="assets/img2.png" alt="Arbre 1" style="zoom: 80%;" />
|
||||
<img src="assets/img3.png" alt="Arbre 2" style="zoom: 80%;" />
|
||||
</div>
|
||||
|
||||
<div style="display: flex; justify-content: space-around;">
|
||||
<img src="assets/img4.png" alt="Méthodes_natives" style="zoom: 80%;" />
|
||||
<img src="assets/img5.png" alt="Méthodes_natives" style="zoom: 80%;" />
|
||||
<img src="assets/img4.png" alt="Arbre 3" style="zoom: 80%;" />
|
||||
<img src="assets/img5.png" alt="Arbre 4" style="zoom: 80%;" />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Question 1 - Compléter le tableau :
|
||||
|arbre 3| | | | | |
|
||||
|arbre 4| | | | | |
|
||||
|
||||
Question 2 - En utilisant la classe **BinnaryTree** du module ```arbres_binary_tree```, donner la définition :
|
||||
Question 2 - En utilisant la classe **BinaryTree** du module ```arbres_binary_tree```, donner la définition :
|
||||
|
||||
- en plusieurs affectations (plusieurs lignes) de l'arbre ayant pour racine le noeud **4** ;
|
||||
- en une seule affectation (une ligne) de l'arbre ayant pour racine le noeud **1**.
|
||||
|
||||
Reference in New Issue
Block a user