Page 1 of 1

(Note that the node** in the private section is not as scary as it looks: it is an array of node*s. You’ll first dynamic

Posted: Tue Jul 12, 2022 8:22 am
by answerhappygod
(Note that the node** in the private section is not asscary as it looks: it isan array of node*s. You’ll firstdynamically allocate an array (new node*[ ... ]) and thendynamically allocate each element (new node{ ... }).)