Skip to content

Иванова Алина. 18.11. Решение задания Тесты для сортированного списка#12

Open
ialina07 wants to merge 1 commit intomainfrom
hm10
Open

Иванова Алина. 18.11. Решение задания Тесты для сортированного списка#12
ialina07 wants to merge 1 commit intomainfrom
hm10

Conversation

@ialina07
Copy link
Owner

No description provided.

@ialina07 ialina07 requested a review from chernishev November 18, 2025 21:42
Copy link
Collaborator

@p-senichenkov p-senichenkov left a comment

Choose a reason for hiding this comment

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

С тестами всё хорошо, но я боюсь, что Вы не умеете писать программы из нескольких файлов. К середине семестра это уже очень большой минус.

Comment on lines +17 to +21
SortedList* createSortedList();
void destroySortedList(SortedList* list);
void addValue(SortedList* list, int value);
void removeValue(SortedList* list, int value);
int getListSize(const SortedList* list);
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.

Эта домашка идёт после домашек по CMake, так что здесь надо использовать CMake.

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