[algogeeks] Re: Microsoft interview question

2010-09-26 Thread dreamer .....................
@ ashita and vrinda can u please write ur ms written and interview questions.. i ll be really thankful to both of u as ms is going to visit my campus soon.. so plz help... On Sep 26, 1:58 pm, ashita dadlani ash@gmail.com wrote: @Mohit: I dont think it really matters here.We just have to

[algogeeks] pallindrome

2010-07-24 Thread dreamer ................
please tell me how to find longest pallindrome in a string in linear time -- 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] memory allocation

2010-07-24 Thread dreamer ................
Write a code that will check whether the memory allotted to the program at the initial and the memory returned to the system is same or not. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] sort

2010-07-24 Thread dreamer ................
You are given a doubly link list and out of some nodes of this doubly linked list, some other doubly link list emerge and from some of these emerging doubly linked list, more doubly link list emerge. You have to write a quick algo that merges all these doubly linked list into a singly linked list