Skip to content

Домашнее задание 4.1. "Оптимальная" сортировка. Разгуляева А.И.#1

Open
ada1ra wants to merge 4 commits intomainfrom
hw_4-1_sort
Open

Домашнее задание 4.1. "Оптимальная" сортировка. Разгуляева А.И.#1
ada1ra wants to merge 4 commits intomainfrom
hw_4-1_sort

Conversation

@ada1ra
Copy link
Owner

@ada1ra ada1ra commented Oct 5, 2025

Add

  • C file for input and output massive
  • Assembler file for implementation of sorting
  • Build instruction

@ada1ra ada1ra requested a review from chernishev October 5, 2025 18:49
@@ -0,0 +1,44 @@
#include <stdio.h>
Copy link
Collaborator

Choose a reason for hiding this comment

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

нет подключения заголовочника;
можно не писать extern

ungetc(next_char, stdin); // возвращаем символ обратно в поток
}
}
int changed = sort(arr, n);
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

Choose a reason for hiding this comment

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

лучше приложить и c-файл тоже

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.

3/5 пока что; замечания в комментариях

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.

2 participants