ISEbd-11_Khairullov_B.A._LABWORK03_Monorail_Base #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork03"
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 +29,4 @@
public T? Get(int position)
{
// Todo проверка позиции
return _collection[position];
Нет проверок
Пул оформлен не верно. Нет изменений, которые должны были быть внесены в рамках лабораторной работы
@ -0,0 +34,4 @@
public bool Insert(T obj)
{
// TODO вставка в свободное место набора
Нет логики
Pull request closed