Diferente pentru tabele-hash-prezentare-detaliata intre reviziile #13 si #12
Nu exista diferente intre titluri.
Diferente intre continut:
#include <stdlib.h> const int M = 1000;
typedef struct List_{
typedef struct _List {
long P;
struct List_*Next;
struct _List *Next;
} List; typedef List* Hash[M]; Hash H;
