Given a list of machines where each machine has a hard disk limit and
memory capacity and given a list of processes where each process
requires certain hard disk space and memory, write an efficient
algorithm to match processes to machines. (You may assume process to
server mapping is 1:1).

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to