[Solved]-Question 1 1 Point Saved Algorithm Works Selecting Smallest Unsorted Item List Swapping It Q37167226

Question 1 (1 point) Saved This algorithm works by selecting the smallest unsorted item in the list and then swapping it with the item in the next position to be filled. a) Bubble b) Selection c) Insertion d) Merge Question 2 (1 point) Saved This algorithm works using two sets. The sorted part is initially empty. We remove the entries from the unsorted portion one at a time and insert them in the the sorted part. a) Bubble b) Selection – c) Insertion Show transcribed image text Question 1 (1 point) Saved This algorithm works by selecting the smallest unsorted item in the list and then swapping it with the item in the next position to be filled. a) Bubble b) Selection c) Insertion d) Merge Question 2 (1 point) Saved This algorithm works using two sets. The sorted part is initially empty. We remove the entries from the unsorted portion one at a time and insert them in the the sorted part. a) Bubble b) Selection – c) Insertion
Expert Answer
Answer to Question 1 (1 point) Saved This algorithm works by selecting the smallest unsorted item in the list and then swapping it… . . .
Related