Re: [algogeeks] Amazon Written Test Q1

2011-02-03 Thread priya mehta
if you know the range then you can use something like count sort, but as here nothing is mentioned you have to take at least O(nlogn) time as the lower bound of comparision sort is O(nlogn) On Sun, Jan 30, 2011 at 6:10 PM, bittu wrote: > Sort the Doubly Linked List..In Minim time complexity...is

[algogeeks] Amazon Written Test Q1

2011-01-30 Thread bittu
Sort the Doubly Linked List..In Minim time complexity...is it possible to sort doubly linked list in O(n)..can some one provide..tutorial ,code or algo fro thiswhen u will fright with with amazon..you will see this question..as it is..so try it now.. Thanks Shashank -- You received this mess