Bsearch

Nasza ocena:

3
Wyświetleń: 504
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Bsearch - strona 1

Fragment notatki:

Bsearch  The task: check, whether a value is in a sorted array  A slow solution: linear search  A fast solution: binary search  A function from stdlib: bsearch void *bsearch(const void *key, const void *base, size_t nelem, size_t width, int (*fcmp)(const void*, const void*)); ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz