Loading video...
Video Failed to Load
Insertion Sort in C
20,157 views • 1 year ago •via X (Twitter)
1 Comments

Lexario1 year ago
Should be doing a binary search for the insertion point rather than a linear search since the resulting list is sorted.
Loading video...
20,157 views • 1 year ago •via X (Twitter)

Should be doing a binary search for the insertion point rather than a linear search since the resulting list is sorted.