On May 10, 6:41 am, tonka <[email protected]> wrote: > 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? >
If you have such questions don't bother about parallel programming for now. Try to practice and try to solve some previous problems. If you talk about your C solution then try to make it faster. There is no new HW or parallel calculation that can help you here. (and if yes, then it will not help in next round :-) ) > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-code?hl=en. -- You received this message because you are subscribed to the Google Groups "google-codejam" 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/google-code?hl=en.
