[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 algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[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 this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



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.

 --
 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.comalgogeeks%2bunsubscr...@googlegroups.com
 .
 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 algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[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, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



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 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 algoge...@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com
 .
 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 algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[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  C# knowledge prefers )  :


kindly please reply email/ fax will do :


 I shall keep all disclosure re new generation data compression
methods in commercial confidentiality , only ever to do only with
prior written consent 
will forward the mathematics basis overview  mathematics proofs , to
begin 'profit shares' confidential collaborations/ further
developments etc.


this forms the 'rigorous' mathematics basis , like so called
Einstein's maths overturned all Newtonian


this to begin 1st familiarise with an invented discovered
mathematical
object [ mathematics proven by Australia NSW senior Maths Professor,

Polish mathematician independently ]   whereby any 'random (or not)'
N
bits (iteration's input string ) with 2^N possibilities can ALWAYS
INVARIABLE be complete covered represented by ONLY a few smaller
number of  lesser length bits_string of length N-1  or N-2  or
N-3  ... N-P  [ P around log(base2)[N]  ]   you would then
definite able decide


= near infinite data representations  follows mathematically
[ naturally ]


Australian Professor was even more sceptical  but am now  content
with
this 'new Maths foundations discovered like 50 years late than could
have been invented discovered then


with Kind Regards,
Intellectual Properties Holding International LTD
eFAX : +001 484 3464116


-- 
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, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[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, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.