A small clarification needed at 53:39 in this video

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**;