Skip to content

4 hw c sort#6

Draft
Gosha924 wants to merge 4 commits intomasterfrom
4_hw_c_sort
Draft

4 hw c sort#6
Gosha924 wants to merge 4 commits intomasterfrom
4_hw_c_sort

Conversation

@Gosha924
Copy link
Owner

No description provided.

@Gosha924 Gosha924 requested a review from chernishev October 10, 2025 13:25
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я бы назвал этот файл README.md

#include <stdlib.h>

// Объявление функции сортировки из второго файла
extern int bubleSort(int arr[], int len);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bubble

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

бинарные файлы не кладем. с этой домашки за это снижаем оценку

Copy link
Collaborator

@chernishev chernishev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пока 4/5, замечания в комментариях в коде.

@@ -0,0 +1,40 @@
#include <stdio.h>
#include <stdlib.h>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а еще нужен заголовочник с прототипом и его подключение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants