/* * * 9.37 * * */ int main () { // Array is fixed size // Not sure why list does not have capacity. // From my understanding of manually creating linked lists // We create each node and connect the previous one to the new one. // Maybe there is not really a need to allocate for nodes that dont exist? return 0; }