PIbd-13 Valiullin R.A.LabWork03 Simple #3

Closed
rinat wants to merge 3 commits from lab3 into lab2
Owner
No description provided.
rinat added 3 commits 2024-04-23 09:03:48 +04:00
rinat changed title from WIP: PIbd-13 Valiullin R.A.LabWork03 Simple to PIbd-13 Valiullin R.A.LabWork03 Simple 2024-04-23 09:22:46 +04:00
eegov approved these changes 2024-04-28 14:24:53 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +46,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-04-28 14:24:59 +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: rinat/PIbd-13_Valiullin_R.A._WarmlyShip_Simple#3
No description provided.