Create an Indexed Linked-List structure as a Template Class

profileTopsolutions
 (Not rated)
 (Not rated)
Chat

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

    blurred-text
    • attachment
      class_templates.rar
    • attachment
      indexed_linked_list.zip
    • attachment
      vendor_list_file.txt