[algogeeks] Re: Can somebody suggest me AO* algo that convert a number n into strigs of 1's

2012-09-03 Thread Daemon Dev
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/-/vPfdam15wf8J.
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.



[algogeeks] Can somebody suggest me AO* algo that convert a number n into strigs of 1's

2012-09-02 Thread Daemon Dev
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/-/P50j5K65iasJ.
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.