Re: [algogeeks] Another brainf**k challenge

2011-03-27 Thread saurabh singh
Brainf**k code.(Brainf**k is a language) example-If the input file contains "HI" then its equivalent bf code wud be [>+<-]>.+. > -- >> Saurabh Singh >> B.Tech (Computer Science) >> MNNIT ALLAHABAD >> >> >> -- >> You received this message because you are subscribed to the Google Gr

Re: [algogeeks] Another brainf**k challenge

2011-03-27 Thread D.N.Vishwakarma@IITR
*what is bf code?? * On Sun, Mar 27, 2011 at 4:45 PM, saurabh singh wrote: > Write a program that reads a file and convert it to an equivalent bf > code.(That is the on execution the bf code should yield the content of > file).Several approaches are possible,but try to develop it in such a way >

[algogeeks] Another brainf**k challenge

2011-03-27 Thread saurabh singh
Write a program that reads a file and convert it to an equivalent bf code.(That is the on execution the bf code should yield the content of file).Several approaches are possible,but try to develop it in such a way that your resultant bf code is shortest. -- Saurabh Singh B.Tech (Computer Science)