David Nguyeneplus.dev·Oct 6, 2024Module quiz: Introduction to algorithmsInsertion sort is an example of divide and conquer? True False Given an array of 6 numbers [6,8,19,48,9,90] and applying insertion sort, how many swaps must occur before the array is sorted? 6 2 4 What time complexity is required to do a l...Tip & TricksModule quiz: Introduction to algorithms