Link to home
Start Free TrialLog in
Avatar of gokou
gokou

asked on

Homework Alert!

How many Pascal Experts it will take to answer with "Homework Alert!" as their first answer?
Please, I want to learn but I do not want  "Homework Alert" for an answer.

If Pascal did not contain contain sets for example:
type
   experts = [Kelly, Steve, Ron];
   expertSet = SET of experts;

How would I define my own abstract data type SET
by using functions and procedures?
Avatar of jlove1
jlove1

wouldn't set just be an array? what more functionality would you need.. an "in" function?
You'd just write comparsions. I'll write a unit for this if the points are upped.
Avatar of gokou

ASKER

Adjusted points to 200
ASKER CERTIFIED SOLUTION
Avatar of jlove1
jlove1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial