Skip to content

4lysson-a/ADT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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