[PR #9] Optimizing the algorithm, and improving the array filling #222

Open
opened 2026-01-29 15:10:02 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/9

State: closed
Merged: Yes


1- The array filling is done dynamically using realloc() function
2- The Algorithm is optimized by remplacing the double for loops with a for inside a while loop

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/9 **State:** closed **Merged:** Yes --- 1- The array filling is done dynamically using realloc() function 2- The Algorithm is optimized by remplacing the double for loops with a for inside a while loop
claunia added the pull-request label 2026-01-29 15:10:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#222