oops.. i overlooked and sorry, that its not brainfuck soln...
On Mon, Jan 25, 2010 at 1:26 AM, Deva R wrote:
> i like one minute one liners .. ;>
>
> 1)
> void printlowerandupper(char c)
> {
> printf("%c%c", c, 'A'+(c-'a'));
> }
>
> 2) use counting sort if the range is so small like this.. ( 0
i like one minute one liners .. ;>
1)
void printlowerandupper(char c)
{
printf("%c%c", c, 'A'+(c-'a'));
}
2) use counting sort if the range is so small like this.. ( 0 to 255)
-Deva
On Sun, Jan 24, 2010 at 3:09 AM, chethanarao wrote:
> 1)Take in a single character (a-z) in lower-case and p
It would be greatly appreciated if this announcement could be shared
with educators whose interests include computer science, computer
engineering, and applied computing. Thanks.
---
CALL FOR PAPERS
FECS'10
The 2010 International Con