Komlev_S.I. Lab3 #5

Closed
SemkaKMLV wants to merge 2 commits from Lab3 into Lab2
Owner
No description provided.
SemkaKMLV added 2 commits 2022-11-20 12:53:09 +04:00
SemkaKMLV changed title from Lab3 to Komlev_S.I. Lab3 2022-11-20 12:53:14 +04:00
SemkaKMLV requested review from eegov 2022-11-20 12:53:22 +04:00
eegov approved these changes 2022-11-25 10:24:43 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +21,4 @@
_map = map;
}
public static bool operator +(MapWithSetTankersGeneric<T, U> map, T tanker)
Collaborator

Операция должна возвращать не bool тип

Операция должна возвращать не bool тип
@ -0,0 +27,4 @@
return true;
else return false;
}
public static bool operator -(MapWithSetTankersGeneric<T, U> map, int position)
Collaborator

Операция должна возвращать не bool тип

Операция должна возвращать не bool тип
@ -0,0 +13,4 @@
public int Insert(T tanker)
{
bool freeSpace = false;
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2022-11-25 10:24:49 +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: SemkaKMLV/PIbd-21_Komlev_S.I._GasolineTanker._Base#5
No description provided.