new file: "R\303\251sultat.txt"

modified:   bubblesort.c
	new file:   gmon.out
	modified:   student_rank.c
This commit is contained in:
2025-09-10 16:27:36 +02:00
parent ca552281c9
commit 71b9841e88
5 changed files with 54 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ int find_rank_student(int student_grade, int* grades_array, int students_number)
{
int position = -1;
int i = 0;
bubblesort(grades_array,students_number);
for(i = students_number-1; i >= 0; i--)
{
if(grades_array[i] == student_grade)