Computer Science, asked by Nabhanya7102005, 3 months ago

Define ...Bubble sort technique and linear search... help me understand this concept​

Answers

Answered by genius12353
3

the answer for Bubble sort technique is:

Bubble Sort is a simple algorithm which is used to sort a given set of n elements provided in form of an array with n number of elements. ... Sorting takes place by stepping through all the elements one-by-one and comparing it with the adjacent element and swapping them if required.

The answer for linear search is:

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

Here is your answer

and mark my answer as brain list answer

Similar questions