The numbers in the two-dimensional array below indicate the order in which each position in the array was examined by a
Posted: Sun Jul 03, 2022 11:24 am
The numbers in the two-dimensional array below indicate the order in which each position in the array was examined by a search algorithm. Which search algorithm does this sequence suggest most strongly? 26 27 28 29 30 17 18 19 22 23 20 10 11 12 15 2 3 21 13 4 24 14 5 1 6 25 16 7 8 9 A. depth-first search B. breadth-first search