hello all

I have assignment of my ....
I come up with the idea of 3 graphs which inter connected.
following is:

the robot is able to guide people around the cities, he will tell you
how to go from one place to the other places according to some
condition or constraint.

1- each place will assign a distance between them...
     in location A and go to location B cost 2 miles

2-each place will assign the total of people occupy that place
    if in location B  is too crowded then location C, but from location
A to location C is cost more then from A to B, but it isn't good to
wait in location B then from A to C which is the total of people occupy
is equal to 0.


3-the user will able to set the priority on how to go from one place to
another...
 You need money to buy the softdrink so go to ATM machine is your main
priority...

--------------------------
Solution:
  first graph to record the route.....
  second graph to record the total of people that occupy the area (it
is always update as accordingingly)
 third graph to record the priority...

I don't know that is a good reason to do like that or not....
example:

thank you


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups-beta.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to