Skip to content
Snippets Groups Projects
Verified Commit 21355279 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

maj 2024

parent 16927be9
No related branches found
No related tags found
No related merge requests found
......@@ -634,9 +634,9 @@ void tree_print(tree_t tree, int n) {
parcours_infixe(arbre a)
si est_pas_vide(gauche(a))
parcours_infixe(gauche(a))
visiter(A)
si est_pas_vide(droite(A))
parcours_infixe(droite(A))
visiter(a)
si est_pas_vide(droite(a))
parcours_infixe(droite(a))
```
# Correction
......
This diff is collapsed.
---
subtitle: "Algorithmique et structures de données, 2023-2024"
author: "P. Albuquerque (B410) et O. Malaspinas (A401), ISC, HEPIA"
author: "P. Kunzli (A430) et O. Malaspinas (A401), ISC, HEPIA"
institute: En partie inspirés des supports de cours de P. Albuquerque
lang: fr-CH
revealjs-url: /reveal.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment