Why is a linear search not generally suitable for searching large amounts of data? (1 point)

Responses

A linear search is significantly slower than other search algorithms when searching large datasets.
A linear search is significantly slower than other search algorithms when searching large datasets.

A linear search is difficult to implement.
A linear search is difficult to implement.

A linear search takes up significant amounts of memory while it processes.
A linear search takes up significant amounts of memory while it processes.

A linear search is not reusable

1 answer

A linear search is significantly slower than other search algorithms when searching large datasets.