Re: [algogeeks]

2012-02-17 Thread Kartik Sachan
output depend upon complier how it store floating point number actualy exactly 0/3 is not stored in memory some 0.299 like this is stored so its totally implementation dependent.. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. T

Re: [algogeeks] Data structure to implement mobile contacts list

2012-02-17 Thread saurabh singh
create a trie with an index number on each node where a name ends.The index number can be the index of the database table where numbers are stored,,,..or they can represent an offset in a file where the numbers are stored.Possible problem-if a person with the same name has more than one number.

[algogeeks] Re: BYTES - LESS THAN 45 MINS TO GO

2012-02-17 Thread ghanta.coder
@anurag atri : As I said, the contest starts at 6. So the problems will be visible after 6. See you there :) On Feb 17, 5:06 pm, Anurag atri wrote: > Problems are not visible ..? > > > > > > On Fri, Feb 17, 2012 at 5:22 PM, ghanta.coder wrote: > > ANNUAL ONLINE PROGRAMMING CONTEST OF DELHI COLLE

Re: [algogeeks] BYTES - LESS THAN 45 MINS TO GO

2012-02-17 Thread Anurag atri
Problems are not visible ..? On Fri, Feb 17, 2012 at 5:22 PM, ghanta.coder wrote: > ANNUAL ONLINE PROGRAMMING CONTEST OF DELHI COLLEGE OF ENGINEERING > > Hello Geeks , > > > BYTES 12 - a 6-hour acm-icpc style > online programming contest organised under the annual technical fest > TROIKA of Delh

Re: [algogeeks] Re: TRIE problem

2012-02-17 Thread rajul jain
I think you should use TST data structure for this problem. You can find some implementation HERE On Thu, Feb 16, 2012 at 11:32 AM, pavan wrote: > i am getting WA by implementing TRIE .can anyone help me with the test > cases for which the following code is failing. > > #i

[algogeeks] BYTES - LESS THAN 45 MINS TO GO

2012-02-17 Thread ghanta.coder
ANNUAL ONLINE PROGRAMMING CONTEST OF DELHI COLLEGE OF ENGINEERING Hello Geeks , BYTES 12 - a 6-hour acm-icpc style online programming contest organised under the annual technical fest TROIKA of Delhi Technological Unviersity ( formerly Delhi College Of Engineering ) is going to start soon. Tim

[algogeeks] Re: Forums/Groups for Java Programming

2012-02-17 Thread lamb_diablo
Hi, I believe these two are very good groups for learning/exploring java. The latter forum discusses all kinds of questions. http://www.javaranch.com/ http://stackoverflow.com On Feb 15, 6:35 pm, aitywo...@gmail.com wrote: > I understand this is off topic as far as the group is concerned. But pl

Re: [algogeeks]

2012-02-17 Thread Devansh Gupta
The output is implementation dependent as we can not store 0.3 exactly in binary format. So, it depends upon compiler implementation how it is stored. To see how binary representation affects output, see this code http://ideone.com/rSwdC -- Thanks and Regards *Devansh Gupta* *B.Tech Third Year* *