Matching between product and customer personal information
Posted
by
Yanshof
on Stack Overflow
See other posts from Stack Overflow
or by Yanshof
Published on 2011-01-04T07:05:29Z
Indexed on
2011/01/04
7:54 UTC
Read the original article
Hit count: 253
I writing some application that find ( according to some question ) information about some person ( lets say that the information are weight, hight and age of the person ).
In the other hand i have product list ( can be very big one ) and according to the product information i need to find the best matching between the person information and the product ( the product information that i have are water part, nitrogen part and ext. )
I can't use flow chart algorithm or Breadth-first search because the number of the product is dynamically ( read the product list from DB ... )
© Stack Overflow or respective owner