PIBD-14_Arinina_M.A._Simple_LabWork03 #15

Closed
mara-1 wants to merge 2 commits from LabWork03 into LabWork02
Owner
No description provided.
mara-1 added 2 commits 2024-03-30 22:58:12 +04:00
mara-1 changed title from LabWork03 to PIBD-14_Arinina_M.A._Simple_LabWork03 2024-04-30 09:09:52 +04:00
eegov approved these changes 2024-05-11 20:48:30 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +47,4 @@
public T? Get(int position)
{
// TODO проверка позиции
if (position <= Count)
Collaborator

Не все проверки выхода за границы учтены

Не все проверки выхода за границы учтены
@ -0,0 +57,4 @@
public int Insert(T obj)
{
// TODO вставка в свободное место набора
for (int i = 0; i < Count; i++)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-05-11 20:48:35 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mara-1/PIBD-14_Arinina_M.A._Simple#15
No description provided.