ADT_sequence_struct Build a dynamic array (vector) and a linked list. Each data structure will be tested to ensure the validity of its operations and its Performance. Commands to run the program Assuming you are in the directory where makefile is: To compile: make all To run: make run To clean: make clean To check for memory leak make checkmem