how will be able to arrange the words back?

On Sat, Jul 23, 2011 at 4:50 PM, rajeev bharshetty <rajeevr...@gmail.com> wrote:
> How about using quicksort and then comparing adjacent elements (characters)
> and then finding the uniqueness and deleting repeated characters ?
> On Sat, Jul 23, 2011 at 4:38 PM, Akshata Sharma <akshatasharm...@gmail.com>
> wrote:
>>
>> @akash, the questions says no addition DS should be used. ItsĀ  asks for
>> inplace algorithm.
>> @chinna, can you explain how heapsort will do it?
>>
>> On Sat, Jul 23, 2011 at 3:17 PM, pacific :-) <pacific4...@gmail.com>
>> wrote:
>>>
>>> heapsort ?
>>>
>>> On Sat, Jul 23, 2011 at 1:26 PM, Akshata Sharma
>>> <akshatasharm...@gmail.com> wrote:
>>>>
>>>> better than O(n^2)..
>>>>
>>>> On Sat, Jul 23, 2011 at 1:08 PM, Akshata Sharma
>>>> <akshatasharm...@gmail.com> wrote:
>>>>>
>>>>> Given a string *Str of ASCII characters, write the pseudo code to
>>>>> remove the duplicate elements present in them. For example, if the given
>>>>> string is "Potato", then, the output has to be "Pota". Additional 
>>>>> constraint
>>>>> is, the algorithm has to be in-place( no extra data structures allowed) .
>>>>> Extend your algorithm to remove duplicates in the string which consisted 
>>>>> of
>>>>> UNICODE characters.
>>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Algorithm Geeks" group.
>>>> To post to this group, send email to algogeeks@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.
>>>
>>>
>>>
>>> --
>>> regards,
>>> chinna.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@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.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@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.
>
>
>
> --
> Regards
> Rajeev N B
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@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.
>



-- 
Cheers
Naveen Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@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.

Reply via email to