ISEbd-11-Abramov_Vladislav.LabWork03 #3

Closed
Vladiislave wants to merge 3 commits from LabWork3 into LabWork2
Owner
No description provided.
Vladiislave added 3 commits 2024-04-03 14:20:12 +04:00
Collaborator

Пул правильно называть надо, с указанием группы, ФИО и номера лабораторной

Пул правильно называть надо, с указанием группы, ФИО и номера лабораторной
eegov changed title from Group-ISEbd-11-Abramov_Vladislav.LabWork03 to ISEbd-11-Abramov_Vladislav.LabWork03 2024-04-14 13:52:15 +04:00
eegov approved these changes 2024-04-14 13:53:09 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +46,4 @@
}
public int Insert(T obj) // вставка объекта на свободное место
{
for (int i = 0; i < _collection.Length; ++i)
Collaborator

Правильнее было вызвать Insert(T obj, 0);

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-04-14 13:53:14 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Vladiislave/group-ISEbd-11-Abramov_Vladislav.Simple#3
No description provided.