thanks for all the advices. i really needed them, but how do i do
parallel programming? i mean how do i tell the individual processor on
what data it should work on?
> Since it is a dual core processor, you shall try managing to do some
> parallel programming, you can make it so your program runs half of the
> input in a different thread/process, this way you will make use of the
> whole CPU. But the reality is that as long as you got the correct
> solution, it should not matter that much.

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.

Reply via email to