[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

[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