Modifications README.md

This commit is contained in:
Killian SCHIED 2024-11-29 00:27:27 +01:00
parent ebfce98207
commit 718b27ae02

View File

@ -84,3 +84,4 @@ int find_rank_student(int student_grade, int* grades_array, int students_number)
## Exercice 4
La complexité algorithmique de l'algorithme dans [sort_algorithm.py](/sort_algorithm.py) est de O(n^2 + 2*m).