@Hary i dint understand wat do u mean by saying list is sinle so strt processing from right....can u gv an example with the list containing more than 1 node and show me wat wud be the output
On Mon, Jul 18, 2011 at 2:13 AM, hary rathor <[email protected]> wrote: > aditi : problem your code > > 1 .you are not putting single digit in third list but whole > multiplication of two digit > 2. forward add carry to next result ; > 3. keep mind that list size may not be equal > 4. list is singly so start processing from right side you need reverse them > > -- > 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. > > -- Aditi Garg Undergraduate Student Electronics & Communication Divison NETAJI SUBHAS INSTITUTE OF TECHNOLOGY Sector 3, Dwarka New Delhi 9718388816 -- 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.
