Searching for the maximum

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Searching for the maximum - strona 1

Fragment notatki:

Searching for the maximum struct bstel* max(struct bstel *node) { if (!node) return NULL; /* error */ while (node-right) node = node-right; return node; } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz