Diferente pentru tabele-hash-prezentare-detaliata intre reviziile #12 si #13

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;

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.