+1.
The new group should only contain stuff related to C output and error
detection and ques like that.
Puzzles I think can be discussed here. wattsay?

On Sat, Jul 23, 2011 at 10:44 PM, saurabh singh <saurab...@gmail.com> wrote:

> Anyways just share the link on the group.I am pretty sure the interested
> will join.No offences but sometimes it does get irritating when you open a
> post with subject Help! and when you expect some good algorithm problem you
> find questions like -"x=++x---x+++x---x;whats the output".
> Whatever you decide please make it clear about what exactly the new group
> will be about(If at all you decide to make one.)
>
> PS:Thanks for the reply.
>
>
> On Sat, Jul 23, 2011 at 9:25 PM, shady <sinv...@gmail.com> wrote:
>
>> I will get back to you tomorrow. Thanks a lot for the feedback :)
>> Probably can have some contests organized as well, once a month on online
>> judges..( no prizes though )
>>
>> On Sat, Jul 23, 2011 at 9:21 PM, geek forgeek <geekhori...@gmail.com>wrote:
>>
>>> even i second this gud idea
>>>
>>>
>>> On Sat , Jul 23, 2011 at 8:40 AM, sameer.mut...@gmail.com <
>>> sameer.mut...@gmail.com> wrote:
>>>
>>>> @shady: yes its a good idea to have aptitude puzzles etc in other group
>>>>
>>>>
>>>> On Sat, Jul 23, 2011 at 8:29 AM, shady <sinv...@gmail.com> wrote:
>>>>
>>>>> nice idea Saurabh, but i don't think much people will join that group
>>>>> too, and the difference should be on the basis of type of questions asked.
>>>>> Any suggestions from others ? There we can ask questions related to
>>>>> debugging and puzzles, aptitude....
>>>>>
>>>>>
>>>>> On Sat, Jul 23, 2011 at 8:51 PM, saurabh singh <saurab...@gmail.com>wrote:
>>>>>
>>>>>> The break statement here breaks out of the do loop so the o/p hello
>>>>>> hmmm
>>>>>> give a break statement after hello and you will get only hello.
>>>>>>
>>>>>> PS:Seeing the number of C questions wont it be a better idea to start
>>>>>> a parallel group especially for the same?My request to the group admins 
>>>>>> for
>>>>>> the same.
>>>>>>
>>>>>>
>>>>>> On Sat, Jul 23, 2011 at 8:47 PM, geek forgeek 
>>>>>> <geekhori...@gmail.com>wrote:
>>>>>>
>>>>>>> #include<stdio.h>
>>>>>>> main()
>>>>>>> {
>>>>>>>     int i=3;
>>>>>>>     switch(i)
>>>>>>>     {
>>>>>>>         do
>>>>>>>         {
>>>>>>>             case 3: printf("\nhello");
>>>>>>>             case 2:printf("\n hmmmm");
>>>>>>>                     break;
>>>>>>>             case 1:printf("wat");
>>>>>>>                     break;
>>>>>>>             case 0: printf("hai");
>>>>>>>         }while(i--);
>>>>>>>     }
>>>>>>> }
>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Algorithm Geeks" group.
>>>>>>> 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.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Saurabh Singh
>>>>>> B.Tech (Computer Science)
>>>>>> MNNIT ALLAHABAD
>>>>>>
>>>>>>
>>>>>>  --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Algorithm Geeks" group.
>>>>>> 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.
>>>>>>
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Algorithm Geeks" group.
>>>>> 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.
>>>>>
>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Algorithm Geeks" group.
>>>> 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.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> 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.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> 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.
>>
>
>
>
> --
> Saurabh Singh
> B.Tech (Computer Science)
> MNNIT ALLAHABAD
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
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