Week 3 Discussion Forum

What is Linear Search and Insertion Sorting?

What is Linear Search and Insertion Sorting?

by Nusrat Jahan -
Number of replies: 0

Linear Search: a linear search or sequential search is a method for finding an element within a list.

Insertion Sort: Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

38 words