[algogeeks] Singly to doubly....

2010-08-10 Thread UMESH KUMAR
How to convert Singly link list to Doubly link list without converting the Structure of the list ,so possible or not if possible then explain soon. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] Re: BST Problem

2010-08-10 Thread Avik Mitra
@Sekin. Sort the elements (increasing order). This has already been mentioned. So, answer will be 1, 100. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from

Re: [algogeeks] Re: BST Problem

2010-08-10 Thread Seçkin Can Şahin
Avik, yes the answer is obvious but your code doesn't find that. that 2 pointer approach is the correct one. On Tue, Aug 10, 2010 at 12:07 AM, Avik Mitra tutai...@gmail.com wrote: @Sekin. Sort the elements (increasing order). This has already been mentioned. So, answer will be 1, 100. --

[algogeeks] EXACT STRING MATCHING ALGORITHMS

2010-08-10 Thread Sathaiah Dontula
http://www-igm.univ-mlv.fr/~lecroq/string/ Please check above link if it helps. Thanks, Sathaiah -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group,

Re: [algogeeks] Singly to doubly....

2010-08-10 Thread mohit ranjan
@Umesh, we can represent doubly linked list using single pointer, by XOR-ing the next and prev (Google this) I guess, similarly we can think about reversing this. Mohit On Tue, Aug 10, 2010 at 11:57 AM, UMESH KUMAR kumar.umesh...@gmail.comwrote: How to convert Singly link list to Doubly

[algogeeks] New Generation Lossless Data Representations

2010-08-10 Thread LawCounsels
Warm Greetings : Am pleased now in position Press Release to experienced reputable Forum members ( Atomic bomb was thought a 'Newtoninan' impossibility , didnt stop many trying ... latest Iranian as yet unsucessful attempt, N Korea much luckier , India /Pakistan did it kept confidential

[algogeeks] Re: BST Problem

2010-08-10 Thread Avik Mitra
@Sekin Yes that's true.. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options,