Komlev_S.I. Lab3 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lab3to Komlev_S.I. Lab3Зачтено с понижением балла(ов)
@ -0,0 +21,4 @@
_map = map;
}
public static bool operator +(MapWithSetTankersGeneric<T, U> map, T tanker)
Операция должна возвращать не bool тип
@ -0,0 +27,4 @@
return true;
else return false;
}
public static bool operator -(MapWithSetTankersGeneric<T, U> map, int position)
Операция должна возвращать не bool тип
@ -0,0 +13,4 @@
public int Insert(T tanker)
{
bool freeSpace = false;
Правильнее было вызвать Insert(T obj, 0);
Pull request closed