Microsoft
98-361 · Question #360
You are studying various sorting algorithms to understand, analyze, and compare the various sorting techniques. Which of the following techniques should you utilize when using the BubbleSort…
The correct answer is B. comparison and swap. See the full explanation below for the reasoning.
Question
You are studying various sorting algorithms to understand, analyze, and compare the various sorting techniques. Which of the following techniques should you utilize when using the BubbleSort algorithm?
Options
- Acomparison
- Bcomparison and swap
- Ccomparison and partition
- Dpartition and swap
How the community answered
(28 responses)- A14% (4)
- B79% (22)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.