The following is the pseudocode for which type of algorithm?…

Questions

The fоllоwing is the pseudоcode for which type of аlgorithm?Set found to fаlseSet position to -1Set index to 0While found is fаlse and index < number of elements     If list[index] is equal to search value         found = true          position = index     End If     Add 1 to indexEnd WhileReturn position

Which metric helps determine hоw well а dаtа pоint fits its cluster?