$30
Change Mini-Assignment #1 to use a linked list instead of an array.RequirementsReplace the array of Mini-Assignment 1 with a linked list. Use malloc() to do memory allocation. Be aware that malloc() does not support C++ strings.
Starting from: $30