here instead of writing node ** buckets. which statically allocates the memory I want to make it dynammic so I should write:
node *** buckets = new node**;
here instead of writing node ** buckets. which statically allocates the memory I want to make it dynammic so I should write:
node *** buckets = new node**;