WSA024 - Software Engineering and Programming > Algorithms > Flashcards
What is bubble sorting?
Sorting numbers by making comparisons in pairs. The smallest of the pair will shift to the left
How can we pass multiple arguments to a function
stdarg.h