Laba3 PIbd-22 Kalyshev Y V #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba3"
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?
Зачтено с понижением балла(ов)
@ -0,0 +33,4 @@
/// <returns></returns>
public int Insert(T boat)
{
for (int i = 0; i < _places.Length; i++)
Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +49,4 @@
/// <param name="boat">Добавляемый автомобиль</param>
/// <param name="position">Позиция</param>
/// <returns></returns>
public bool Insert(T boat, int position)
Операция должна возвращать не bool тип