Geography, asked by afreenb9300, 10 months ago

Which of the following code is used to check the web worker object is exists or not

Answers

Answered by nawabzadi23
5

Answer:

Sequential search algorithm involves visiting each and every element of the list of elements and see if the matching element is found in the list. This implies that every element is a candidate element. It can in the worst case take n searches if there are n elements in the list.

For example, in the list below if search is made for 1 and if the search is started from the left end then it will take 9 search steps to find the match. If the search is made from the right then it is a lucky scenario and it just takes one step.

But again if we decide to search for element 10 and we decided to search from right then it will again take 9 steps. These are extreme cases but the point is that the worst case scenario if n searches for n elements.

hope this will help you nd make sure to mark as brainlist dear

Answered by dhayadon
2

Answer:

heya!!

Explanation:

Sequential search algorithm

hope it helps!

mark as brainliest!

Similar questions