PIBD-13_Fomichev_V.S._LabWork03_Simple_ #4

Closed
slavaxom9k wants to merge 5 commits from labwork03 into labwork02
Owner
No description provided.
slavaxom9k added 4 commits 2024-03-19 22:00:11 +04:00
slavaxom9k added 1 commit 2024-03-23 13:04:00 +04:00
slavaxom9k changed title from WIP: PIBD-13_Fomichev_V.S._LabWork03_Simple_ to PIBD-13_Fomichev_V.S._LabWork03_Simple_ 2024-03-23 13:04:22 +04:00
eegov approved these changes 2024-03-30 20:02:26 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +54,4 @@
public int Insert(T obj)
{
// вставка в свободное место набора
for (int i = 0; i < Count; i++)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-03-30 20:02:32 +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: slavaxom9k/PIBD-13_Fomichev_V.S._Simple_#4
No description provided.