Create an Indexed Linked-List structure as a Template Class
(Not rated)
(Not rated)
Create an Indexed Linked-List structure as a Template Class
for a collection of database Records. The index portion can
be a string identifier to make it generic. Of course the
record portion will be type dependent.
( See Lecture Notes for a suggested structure ).
Your class should have the following methods:
1. BuildList which will read a record from a text file,
insert index element node(if needed) and database
record node.
2. InsertIndexNode
3. InsertRecordNode
4. FindSpecificRecord
12 years ago
complete solution
NOT RATED
Purchase the answer to view it

- class_templates.rar
- indexed_linked_list.zip
- vendor_list_file.txt