Re: Wanted some practical problems to solve in data structures
- From: "Jim Langston" <tazmaster@xxxxxxxxxxxxxx>
- Date: Mon, 19 Nov 2007 10:06:27 -0800
"sweety_s" <gayatri.neelema@xxxxxxxxx> wrote in message
news:4d8ab64d-70c9-4683-bf5a-fed8cee85a9b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am interested in DS, but wanted some real application problems so
that i can improve my concepts regarding this subject
thanks
An invoice. I.E. All information needed to print an invoice. You probably
want to look at "normalizing data" for this. So for this invoice you would
want a customer record. And ship to, inventory item, quantities, etc..
There are quite a few structures invovled in that to tie it all together.
A common way to do it is to have a customer file (with customer records/data
structores). Invoice header. Invoice detail (items). Inventory file.
When goes into A/R (Accounts Receivable).
Make a simple retail store program and you'll find yourself creating
datastructures and normaling data all over. My first professional
programming job was writing a complete POS system for a small store
including inventory, invoicing, accounts receivable, etc.. in dBase III.
.
- References:
- Wanted some practical problems to solve in data structures
- From: sweety_s
- Wanted some practical problems to solve in data structures
- Prev by Date: Re: Path optimizations
- Next by Date: Re: A simple sorting algorithm for numbers
- Previous by thread: Re: Wanted some practical problems to solve in data structures
- Next by thread: Re: Wanted some practical problems to solve in data structures
- Index(es):
Relevant Pages
|