lab-abstract-data-type

Abstract data type

View the Project on GitHub 4lysson-a/lab-abstract-data-type

ADT

Abstract data type

A study in ADT

Running the programs

Inside of all programs folders have an script called start.sh just execute in terminal

./start.sh

Error permission denied

if you have problem with permission

type in terminal

chmod +x start.sh

and check if the problem has solved