Complexity of sequential search

1 answer

Answer

1009473

2026-06-01 19:40

+ Follow

The simplest and slowest searching method; the only possible method when the data is unsorted and/or only sequential access is possible (eq. processing a tape file).

I think he's looking for time complexity which I believe is just n

ReportLike(0ShareFavorite

Related Questions

Copyright © 2026 eLLeNow.com All Rights Reserved.