For all Folks.. DS question answer cannot be simple yes no. it is always the tradeoff of Space and time Complexity.
On Fri, Jul 29, 2011 at 3:26 PM, rajeev bharshetty <[email protected]>wrote: > You can use a Hash map which maps the coefficients of the > equation and their exponents. > Is this feasible ?? > > > On Fri, Jul 29, 2011 at 3:10 PM, sunny agrawal <[email protected]>wrote: > >> Array that that stores A,B,C,D,E..... >> >> it looks like u r on some telephonic interview :P >> >> On Fri, Jul 29, 2011 at 3:06 PM, Puneet Gautam >> <[email protected]>wrote: >> >>> Hi, >>> >>> pls tell me which data structure has following representation:: >>> >>> A+Bx+Cx(^2)+Dx(^3)+.......+Nx(^n-1).........?? >>> >>> reply asap...!! >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Algorithm Geeks" 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/algogeeks?hl=en. >>> >>> >> >> >> -- >> Sunny Aggrawal >> B-Tech IV year,CSI >> Indian Institute Of Technology,Roorkee >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" 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/algogeeks?hl=en. >> > > > > -- > Regards > Rajeev N B <http://www.opensourcemania.co.cc> > > "*Winners Don't do Different things , they do things Differently"* > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" 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/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" 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/algogeeks?hl=en.
