[algogeeks] online judge for parallel programming

2011-06-22 Thread Nicolae Titus
Is there an online judge where the solution to a problem has to run on multiple cores? Would such a judge be valuable in training folks to write parallel programs? Or is this idea just silly, because the parallel solution would be nearly the same to the single core one. It would just use some simpl

Re: [algogeeks] Point lies inside or outside of triangle?

2010-09-20 Thread Nicolae Titus
there are some approximations involved there, it should be (area(big) - sum(area small)) < error a better approach would be to find if the point is on the proper side of each edge take all the edges clockwise and calculate the sinus between each edge and the point, if they are all positive, the poi

Re: [algogeeks] Max(Xor (X([i],X[j]))

2010-06-24 Thread Nicolae TItus
add all the elements in a trie tree and then search all the elements for their best matching complement -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this