SEARCHING AND SORTING ALGORITHMS

12345678910
Across
  1. 1. Slowest sorting procedure is-----
  2. 5. Sorting technique with divide and conquer approach-----
  3. 7. An algorithm used to organize data in specific order-----
  4. 9. Records to be sorted is small then-----sorting is efficient
  5. 10. Algorithm that finds position of value within sorted array-----
Down
  1. 2. Linear search is also called------
  2. 3. Sorting algorithm that build final sorted array one item at time-----
  3. 4. Finding required information from collection of items stored as elements in computer memory-----
  4. 6. Searching algorithm starts at beginning and check element sequentially-----
  5. 8. Common sorting algorithm known for efficiency-----