ISEbd-11.Evtishina.E.V.03 #3

Closed
Evtishina_Elizaveta wants to merge 3 commits from LabWork03 into LabWork02
No description provided.
Evtishina_Elizaveta added 2 commits 2024-05-08 00:50:46 +04:00
Evtishina_Elizaveta added 1 commit 2024-05-08 14:28:56 +04:00
Evtishina_Elizaveta changed title from WIP: ISEbd-11.Evtishina.E.V.03 to ISEbd-11.Evtishina.E.V.03 2024-05-08 14:35:42 +04:00
eegov approved these changes 2024-05-11 21:15:41 +04:00
eegov left a comment
Collaborator

Проверено

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

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

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-05-11 21:15:45 +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: Evtishina_Elizaveta/ISEbd-11_Evtishina_E.V.#3
No description provided.