@Daemon: Probably no one understands what you've asked. What does it mean 
to convert a number n into strigs of 1's? Doesn't that depend on what a 
strig is and what operations are allowed? E.g., if one of the operations is 
replacing a digit by the strig 1, the algorithm is pretty simple.
 
Dave

On Monday, September 3, 2012 12:20:28 PM UTC-5, Daemon Dev wrote:

> seems no body interested in this..  v bad..
>
> On Sunday, September 2, 2012 11:05:24 PM UTC+5:30, Daemon Dev wrote:
>>
>> Can somebody suggest me AO* algorithm that convert a number n into strigs 
>> of 1's
>>
>> n-> (n-1)+1; n->ceil(n/2)+floor(n/2)
>> h(n)=n and h(1)=0
>>
>> Please help.. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/v0gZ1oeAFcQJ.
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