Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 332 Bytes

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