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”.
- Sequential search
- Binary Search
- Search by hash functions
No hay comentarios:
Publicar un comentario