Quantcast
Channel: stoimen's web log » Linear search
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Computer Algorithms: Sequential Search

Overview This is the easiest to implement and the most frequently used search algorithm in practice. Unfortunately the sequential search is also the most ineffective searching algorithm. However, it is...

View Article



Image may be NSFW.
Clik here to view.

Computer Algorithms: Linear Search in Sorted Lists

Overview The expression “linear search in sorted lists” itself sounds strange. Why should we use this algorithm for sorted lists when there are lots of other algorithms that are far more effective? As...

View Article

Image may be NSFW.
Clik here to view.

Computer Algorithms: Jump Search

Overview In my previous article I discussed how the sequential (linear) search can be used on an ordered lists, but then we were limited by the specific features of the given task. Obviously the...

View Article

Image may be NSFW.
Clik here to view.

Computer Algorithms: Insertion Sort

Overview Sorted data can dramatically change the speed of our program, therefore sorting algorithms are something quite special in computer science. For instance searching in a sorted list is faster...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images