Skip to content

Sorting#2

Open
sugahu565 wants to merge 9 commits intomainfrom
sorting
Open

Sorting#2
sugahu565 wants to merge 9 commits intomainfrom
sorting

Conversation

@sugahu565
Copy link
Owner

@sugahu565 sugahu565 commented Oct 16, 2025

Дз 4, оптимальная сортировка
Собрать просто через make

return -1;
printf("Write an array (enter is the end): ");

int elem, len = 0, flag = 1;
Copy link
Collaborator

Choose a reason for hiding this comment

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

По стайлгайду нельзя объявлять несколько переменных в одной строке.

@@ -0,0 +1,4 @@
all: sorting

sorting: main.c sort.s
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.

2 participants