Kashin M.I. Lab work 3 #3

Merged
eegov merged 4 commits from LabWork03 into LabWork02 2022-10-14 09:13:11 +04:00
Owner
No description provided.
Sosees04ka added 4 commits 2022-10-08 20:01:56 +04:00
Sosees04ka requested review from eegov 2022-10-08 20:03:14 +04:00
eegov approved these changes 2022-10-14 09:13:05 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +17,4 @@
}
public int Insert(T gasolineTanker)
{
if (_places[Count - 1] == null)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +58,4 @@
{
T removed = _places[position];
_places[position] = null;
if (position < Count - 1)
Collaborator

Выполнять операцию сдивга не требовалось

Выполнять операцию сдивга не требовалось
eegov merged commit 8f6673085e into LabWork02 2022-10-14 09:13:11 +04:00
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: Sosees04ka/PIbd-22_Kashin_M.I_GasolineTanker._Base#3
No description provided.