-
January 5th, 2014, 08:39 PM
#1
Algorithm for Data Structure - Supply and Demand
I need some ideas of how you would organize, sort, and refine data to tell me what are the "sweet spots" I may be looking for.
I'm thinking of creating a program that tracks supply and demands in a said industry.
I have the current supply source, I have the demand source, and I have the capability to have the supply created.
So I'm trying to layout this data and allow for me to filter it to see different options available to me.
How would everyone take all the three different pieces of information, and narrow down whatever results I have filter it?
Algorithm for a data structure of three sources of information into one.
Here's the best example I can give.
- Current supply source of 100 different monitors. (different colors, different sizes, etc)
- Demand source is people looking for these items, say on Google, or a shopping place.
- Supply I can have created. So for this example, I would know where, for how much, and how long it would take to make each of these demanded sources.
Hope this makes sense.
-
January 12th, 2014, 12:36 PM
#2
Re: Algorithm for Data Structure - Supply and Demand
 Originally Posted by learning101
what are the "sweet spots" I may be looking for.
Since it's your idea why don't you just get started and see where it takes you? You can always come back with more specific problems if you get stuck.
-
January 12th, 2014, 03:43 PM
#3
Re: Algorithm for Data Structure - Supply and Demand
 Originally Posted by razzle
Since it's your idea why don't you just get started and see where it takes you? You can always come back with more specific problems if you get stuck.
Yeah I need to play around with the idea a little more.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|