PIBD-13_Zolotov_A.D LabWork3 Base #3

Closed
zolart wants to merge 2 commits from lab_3 into lab_2
Owner
No description provided.
zolart added 2 commits 2024-03-26 10:38:30 +04:00
eegov approved these changes 2024-03-30 19:49:40 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +41,4 @@
}
public T? Get(int position)
{
if (position <= Count)
Collaborator

Не все варианты учтены

Не все варианты учтены
@ -0,0 +50,4 @@
}
public int Insert(T obj)
{
for (int i = 0; i < Count; i++)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-03-30 19:49:47 +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: zolart/PIBD-13_Zolotov_A.D._Base#3
No description provided.