PIbd-12 Shurygin D.I. LabWork03 Simple #3

Closed
ShuryginDima wants to merge 2 commits from LabWork03 into LabWork02
Owner
No description provided.
ShuryginDima added 2 commits 2024-03-27 16:51:00 +04:00
eegov approved these changes 2024-03-30 19:17:56 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +56,4 @@
public int Insert(T obj)
{
for (int i = 0; i < Count; ++i)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +69,4 @@
public int Insert(T obj, int position)
{
for (int i = position; i < Count; i++)
Collaborator

Нет проверок

Нет проверок
eegov closed this pull request 2024-03-30 19:18:01 +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: ShuryginDima/PIbd-12_Shurygin_D.I._Simple#3
No description provided.