[algogeeks] Re: Two-way constraint matching techniques

2006-10-17 Thread Flávio Barata
Take a look on the Ford-Fulkerson algorithm. -- Barata --~--~-~--~~~---~--~~ 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

[algogeeks] Re: algo to find common parts in strings?

2006-10-04 Thread Flávio Barata
What if this happens? MinPhiBla MinThetaBla MinZuhaBla Should it be: {P,T,Zu}, {i,eta,a} ? -- Flávio Santos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send

[algogeeks] Re: visit trees

2006-09-16 Thread Flávio Barata
If you don't have complexity restrictions... you can solve this using back-tracking. I can imagine a solution with dynamic programming as well. -- flavio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm

[algogeeks] Re: Solution needed !!

2006-09-12 Thread Flávio Barata
Linear time?? How?? :-) Can you figure this out? -- flavio Arun wrote: sort A and B seperately - O(nlgn).. add A[i]and B[i] - O(n) so, O(nlgn) . linear time maybe possible. On 8/25/06, Amal [EMAIL PROTECTED] wrote: There are 2 arrays say array A and array B given whose size is

[algogeeks] Re: Minesweeper Algoritm Contest

2006-08-24 Thread Flávio Barata
Hi, I'm interested!! And, I've coded a Minespweeper a few months ago. Let me know if you are interested on it! Flávio JeffCameron wrote: I was counting on writing the minesweeper client myself. It will query your programs for one move at a time until the board is done, or a mine is