@Ankuj Gupta: your algo wont work
see,what happens when ur algo run.
list1 1->2->3->4->5->6
list2 9->8->4->5->6
reverse list 1
list1 6->5->4->3->2->1
6->5->4
^
|
list2 8->9
reverse list 2
list1 6->5->4->9->8
list2 4->9->8
Thank you,
Sid.
On Fri, Sep 30, 2011 at 9:37 AM, annarao kataru <[email protected]> wrote:
>
> @partik oh i forgot it thank u for ur clarification..............
>
> --
> 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.