http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HELP!



That's easy.  Use the templates on the binary tree and doubley links list classes.  Create nodes which contain customer information.  Create a binary tree to sort the customers by different criteria, and then use inorder traversal to put them into their respective linked lists.
----- Original Message -----
Sent: Wednesday, April 19, 2000 11:04 PM
Subject: HELP!

Im a university student and currently studying data structures and file organisations and i need help with a few things. I need to write a C++ program implementing a reservation system for a travel company. In it i need to use templates, doubly linked lists and binary search trees (also an optional area using a queue data structure). Any information on these areas, example code, similar program in c++ for a reservation system, links to sites , anything at all would be greatly appreciated. Hope someone out there can help me. Thankyou.

  • References:
    • HELP!
      • From: "Marcello Cerasani" <mcerasani@one.net.au>