ajout de tous les cours et TP préparés cet été

This commit is contained in:
2026-01-17 23:10:49 +01:00
parent ed9415bc81
commit 301cf5a98f
125 changed files with 21614 additions and 542 deletions

View File

@@ -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**.