PIBD-13 Matvienko S.D. Lab-3 Simple #3

Closed
strwbrry wants to merge 2 commits from Lab-3 into Lab-2
Owner
No description provided.
strwbrry added 1 commit 2024-03-31 12:03:54 +04:00
strwbrry added 1 commit 2024-04-03 14:05:31 +04:00
strwbrry changed title from WIP: PIBD-13 Matvienko S.D. Lab-3 Simple to PIBD-13 Matvienko S.D. Lab-3 Simple 2024-04-03 15:22:55 +04:00
eegov approved these changes 2024-04-14 10:27:31 +04:00
eegov left a comment
Collaborator

Проверено

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

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

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

Не все проверки выхода за границы учтены

Не все проверки выхода за границы учтены
eegov closed this pull request 2024-04-14 10:27:35 +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: strwbrry/PIBD-13_Matvienko_S.D._Catamaran_Simple#3
No description provided.