sequential search (n)~ A simple though inefficient search algorithm that operates by sequentially examining each element in a list until the target element is found or the last item has been completely processed. Linear searches are primarily used for very short lists.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 57 조회
- 목록
본문
sequential search (n)~ A simple though inefficient search algorithm that operates by sequentially examining each element in a list until the target element is found or the last item has been completely processed. Linear searches are primarily used for very short lists.