Week 3 Discussion Forum

Brute Force, Linear Search Techniques and Sorting

Brute Force, Linear Search Techniques and Sorting

by Md. Rakibul Islam (192-15-2783) -
Number of replies: 1

We have learned about linear search, Brute Force techniques and different types of sorting.

Linear search, which is a sequential search, though it’s a slow process but it gives us absolute or optimized result. It has three cases, best, worst and average.

Then we came to know about Insertion Sort and the complexity of it. At last we learned the pseudocode of insertion sort. So, this was all about this week’s lesson.


72 words

In reply to Md. Rakibul Islam (192-15-2783)

Re: Brute Force, Linear Search Techniques and Sorting

by MD.Munim Shariair Galib -

We have learned about linear search, Brute Force techniques and different types of sorting.

Linear search, which is a sequential search, though it’s a slow process but it gives us absolute or optimized result. It has three cases, best, worst and average.


42 words