For some clarification- If you need to store a very long long int that
exceeds all the limits given by C language, you need to store the
digits of that number in an integer array. Now for that integer array
you need define operations like plus, minus, multiply etc. So, your
big int class will support every operation like it is done on normal
int. Its just that digits are stored in an array internally.

On Jul 17, 6:35 pm, archita monga <[email protected]> wrote:
> @manish-can u plz give more details about the Big Int class ques??what
> exactly was d ques?
>
> On Sun, Jul 17, 2011 at 5:38 PM, sourabh jakhar 
> <[email protected]>wrote:
>
>
>
>
>
>
>
>
>
> > when we have + and - than we can also implement division as we do in
> > assembly language
> > subtract the divisor form dividend and keep track of remainder
>
> > On Sun, Jul 17, 2011 at 5:34 PM, Piyush Sinha 
> > <[email protected]>wrote:
>
> >> @Anchal....I think + -  and * wont create much problem....we have to think
> >> for an efficient way for division
>
> >> --
> >> *Piyush Sinha*
> >> *IIIT, Allahabad*
> >> *+91-7483122727*
> >> * <https://www.facebook.com/profile.php?id=100000655377926> "NEVER SAY
> >> NEVER"
> >> *
>
> >>  --
> >> 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.
>
> > --
> > SOURABH JAKHAR,(CSE)(Final year)
> > ROOM NO 167 ,
> > TILAK,HOSTEL
> > 'MNNIT ALLAHABAD
>
> > The Law of Win says, "Let's not do it your way or my way; let's do it the
> > best way."
>
> >  --
> > 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.
>
> --
> Archita Monga

-- 
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.

Reply via email to