modif
This commit is contained in:
parent
774868bfc1
commit
1e72fb4d56
@ -147,4 +147,20 @@ index % time self children called name
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##optimisation du programme :##
|
## arbre d'appel du programme : ##
|
||||||
|
main
|
||||||
|
|-->generate_grades
|
||||||
|
| |-->generate_array
|
||||||
|
|-->generate_ranks
|
||||||
|
|-->sort_students
|
||||||
|
| |-->find_rank_student
|
||||||
|
| | |-->bubblesort
|
||||||
|
| |-->bubblesort
|
||||||
|
|-->free_array
|
||||||
|
|
||||||
|
|
||||||
|
## optimisation du programme : ##
|
||||||
|
|
||||||
|
- réduire les appel de bubblesort
|
||||||
|
- optimiser bubbesort (plus complexe)
|
||||||
|
- réduire les appel de sort_student car elle appelle les autres fonctions
|
Loading…
Reference in New Issue
Block a user