Algorithms Flashcards

1
Q

What is bubble sorting?

A

Sorting numbers by making comparisons in pairs. The smallest of the pair will shift to the left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can we pass multiple arguments to a function

A

stdarg.h

How well did you know this?
1
Not at all
2
3
4
5
Perfectly