martes, 4 de diciembre de 2018

Search methods: introduction



Introduction.



In many times the programmers work with large amounts of stored data in arrays and registers, so it will be necessary to determine if an array contains a value that matches a certain key value.


The process of finding a specific element of an array is called “search”.


To search for data and elements, there are several search methods.

  • Sequential search 
  • Binary Search 
  • Search by hash functions


No hay comentarios:

Publicar un comentario