Re: [gcj] this is my project question need urgent answer itcan be in any language(c,c++,java,python)

2013-08-13 Thread Vincent Dirie
There is something wrong when someone seemingly copies a problem from another site and asks for a solution, not help. One can sincerely ask for help in certain aspects of the solution when one can not go on solving. But setting ultimatum and insisting having a solution by the end of the day is

Re: [gcj] NEED A SOLUTION FOR CHALLENGING PROBLEM(WITHIN 24 HOURS)

2013-08-08 Thread Vincent Dirie
Hint, the problem you posted is not trivial. On Thu, Aug 8, 2013 at 3:18 PM, Vincent Dirie vranz...@gmail.com wrote: And if your goal is to attend the competition, then work hard and try to solve it yourself. What is the point in attending a competition! Besides, It is unfair to the other

Re: [gcj] NEED A SOLUTION FOR CHALLENGING PROBLEM(WITHIN 24 HOURS)

2013-08-07 Thread Vincent Dirie
Is this your assignment? Just asking. On Wed, Aug 7, 2013 at 4:38 AM, Mohammed Kaja nawaz l.j nawazs...@gmail.com wrote: Anagrams (Medium Problem) Given an English text print out the list of words and their anagrams in their order of occurrence. Word A is an anagram of word B if it can be

Re: [gcj] hai to all

2013-05-10 Thread Vincent Dirie
You are welcome. It is a tricky and of course interesting problem. On Fri, May 10, 2013 at 2:32 AM, karthikeyan balamurugan sbk...@gmail.comwrote: thanx vince On Fri, May 10, 2013 at 11:28 AM, Vincent Dirie vranz...@gmail.comwrote: I think this will help, http://www14.informatik.tu

Re: [gcj] Re: If you are using c++,can you expect to go to round 3 without using STL?

2013-05-10 Thread Vincent Dirie
STL makes life easier, I dont see the point of reinventing the wheel. On Fri, May 10, 2013 at 8:48 AM, Stanislav Zholnin stanislav.zhol...@gmail.com wrote: пятница, 10 мая 2013 г., 6:44:19 UTC-5 пользователь Adii написал: You can expect - yes. But if you really want to get there, you need

Re: [gcj] hai to all

2013-05-09 Thread Vincent Dirie
I think this will help, http://www14.informatik.tu-muenchen.de/konferenzen/Jass08/courses/1/smal/Smal_Paper.pdf On Thu, May 9, 2013 at 9:33 PM, karthikeyan balamurugan sbk...@gmail.comwrote: Guys i can't understand this problem could any tell's in easy way Problem Statement Deer Only has

Re: [gcj] Dynamic programming book

2013-04-24 Thread Vincent Dirie
Introduction to Algorithms this has an extensive introduction to Dynamic programming. here is the link http://www.amazon.com/Introduction-Algorithms-Thomas-H-Cormen/dp/0262033844/ref=pd_sim_b_6/191-4382951-9705247 On Wed, Apr 24, 2013 at 6:50 PM, Samuel Jawahar insidej...@gmail.comwrote:

Re: [gcj] which IDE of c++ you are uesing?

2013-04-23 Thread Vincent Dirie
Eclipse CDT. the best. On Tue, Apr 23, 2013 at 11:30 PM, sharad singh sharadsin...@gmail.comwrote: Try codeblocks, its really good in case you are on windows than small work around of setting mingw in your environment (enough tutorial on youtube) . On Wed, Apr 24, 2013 at 10:15 AM, Ashish

Re: [gcj] which IDE of c++ you are uesing?

2013-04-23 Thread Vincent Dirie
23, 2013 at 11:39 PM, Vincent Dirie vranz...@gmail.com wrote: Eclipse CDT. the best. On Tue, Apr 23, 2013 at 11:30 PM, sharad singh sharadsin...@gmail.comwrote: Try codeblocks, its really good in case you are on windows than small work around of setting mingw in your environment (enough

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-20 Thread Vincent Dirie
Your program outputs correctly. And here ate the content. Case #1: Game has not completed Case #2: Draw Case #3: O won Case #4: X won Case #5: Draw Case #6: O won Case #7: X won Case #8: O won Case #9: Game has not completed Case #10: X won Judged response for input A-small: *Correct!* On Wed,