Skip to content

adhinag1/ADT_sequence_struct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published