Link to home
Start Free TrialLog in
Avatar of nhay59
nhay59

asked on

Abstract data type 'Index List' - three distinct classes with examples

Hi,

I've been searching Google to find out what the 'Index List' abstract data type means. So far, no success. Does anybody know the definition for this abstract data type.

Also, what would be the distinct classes for the Index List abstract data type? and how would you be able to use these examples in the real world?

ie: what are the different types of this abstract data type etc..

I can find references to Linked lists and so on, but no idea about the Index List.

Any help or links to how this abstract data type works would really be appreciated.

Thanks
Avatar of Giant2
Giant2

>ie: what are the different types of this abstract data type etc..
What do you mean?
Directed subclasses?

Bye, Giant.
ASKER CERTIFIED SOLUTION
Avatar of Giant2
Giant2

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
Avatar of nhay59

ASKER

Hi,

Thanks for the replies. The link to the IndexList class was what I've been looking for. However, I still can't find any other classes that implement or use this abstract data type. Do you know of any subclasses etc that might use this class? Basically, I'm trying to find some distinct classes of IndexList data types.

Thanks for the help.
IndexList was built by an italian person. It's not a part of Sun.
If you search for example, I believe you must contact the creator (Claudio Giuliano) at IRST:
http://tcc.itc.it/people/giuliano/

Bye, Giant.
Avatar of nhay59

ASKER

Hi,

Thanks for all the help.