[algogeeks] Sudoku Solver

2011-12-06 Thread Vishnutej
Can anyone tell me how to write a generic code for any board size of sudoku? I mean we can write code for a normal 9x9 sudoku board..What about 16x16,25x25...?? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To view this discussion on t

Re: [algogeeks] Algorithmic Pioneers

2011-06-23 Thread Vishnutej Mylavarapu
m. >> 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@googlegroup

Re: [algogeeks] EOF in Python for SPOJ

2011-05-25 Thread Vishnutej Mylavarapu
-- > Aman Agarwal > > > -- > 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+unsubs

Re: [algogeeks] EOF in Python for SPOJ

2011-05-25 Thread Vishnutej Mylavarapu
Thnx a lot abhijith.. Do you have any links for tutorials for beginners? On Wed, May 25, 2011 at 8:42 PM, abhijith reddy wrote: > while(1): >try: > # code > # > # >except EOFError: break > > > > On Wed, May 25, 2011 at 8:41 PM, Vishnutej

[algogeeks] EOF in Python for SPOJ

2011-05-25 Thread Vishnutej
Hello everyone, I'm new to python.How can I check the EOF for inputs in SPOJ? Thanks in advance!! -Vishnutej -- 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.

[algogeeks] Basic Algorithms!!

2011-04-19 Thread Vishnutej
Hello everyone, Wat according to u are the basic algorithms that a programmer should know for sure? If possible just let me know of the resource in which it is best explained. Thanks in advance. -Vishnutej.Mylavarapu -- You received this message because you are subscribed to the Google Groups

[algogeeks] MATLAB

2011-04-17 Thread Vishnutej
Can anyone send the resources to learn MATLAB? Thanks in advance. -Vishnutej.Mylavarapu -- 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 ema

Re: [algogeeks] ONLY FOR MEN

2011-04-08 Thread Vishnutej Mylavarapu
Hello, I dont think this is the right place for u to post these kinda things. Also,if the admin of this group is still active,kindly delete this user from the group. Thnx. -Vishnutej On Fri, Apr 8, 2011 at 4:04 PM, Manikanta Babu wrote: > Hello Sunitha, > > Can you please stop posting t

[algogeeks] SPOJ NUMGUESS

2011-03-23 Thread Vishnutej
Hello everyone, Im unable to understand the NUMGUESS problem in SPOJ.Can some one explain what the problem is about? Thanks in advance. -Vishnutej.Mylavarapu -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email

Re: [algogeeks] nzec

2011-03-16 Thread Vishnutej Mylavarapu
t > http://groups.google.com/group/algogeeks?hl=en. > > -- *-Vishnutej Mylavarapu.* -- 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, se

[algogeeks] Python tutorials required.

2011-03-15 Thread Vishnutej
Hello everyone. I'm going to start learning PYTHON. If anyone knows the links or books of the basics,kindly lemme know. Thanks in advance. -Vishnutej.Mylavarapu -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send em

Re: [algogeeks] spoj problem - INFINITY

2011-03-04 Thread Vishnutej Mylavarapu
up. > 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. > -- *-Vishnutej Mylavarapu.*

Re: [algogeeks] spoj problem - INFINITY

2011-03-04 Thread Vishnutej Mylavarapu
Its working fine on the compiler I use (dev cpp)..but is giving WA on spoj On Fri, Mar 4, 2011 at 6:34 AM, D.N.Vishwakarma@IITR wrote: > *which compiler you r using? > * > On Fri, Mar 4, 2011 at 12:15 AM, Vishnutej Mylavarapu < > mylavarapu.vishnu...@gmail.com> wrote: >

Re: [algogeeks] spoj problem - INFINITY

2011-03-03 Thread Vishnutej Mylavarapu
When I submit..Im getting a WA On Thu, Mar 3, 2011 at 11:55 PM, D.N.Vishwakarma@IITR wrote: > *this code is perfectly working . use gcc based compiler > * > > On Thu, Mar 3, 2011 at 11:34 PM, Vishnutej > wrote: > >> I dunno y dis code isnt working. >> >> #in

[algogeeks] spoj problem - INFINITY

2011-03-03 Thread Vishnutej
I dunno y dis code isnt working. #include #include using namespace std; int main() { cout<::infinity(); } Thnx in advance. -- 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

Re: [algogeeks] can i know the best way to learn programming??

2011-02-02 Thread Vishnutej Mylavarapu
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

[algogeeks] SIGSEV in FCTRL4 on SPOJ

2010-10-21 Thread Vishnutej
Hello all, I tried to submit this FCTRL4 problem on SPOJ..Its giving me right answer in my system,but I'm getiing SIGSEV runtime error when I submit.Here's my code.plz lemme know if there's anything wrong and also any optimizations. #include #include #include using namespace std; int a[200]; int

Re: [algogeeks] spoj problem - LASTDIG

2010-10-15 Thread Vishnutej Mylavarapu
smaller. Say python. > >Cheers, > venki > > VENKATARAMAN.GB > "If Its Upto Be, It Is Upto Me" > > > On Fri, Oct 15, 2010 at 1:55 PM, Vishnutej > wrote: > >> Hello everyone.. >> >> I tried solving the last digit p

[algogeeks] spoj problem - LASTDIG

2010-10-15 Thread Vishnutej
ks in advance.. -Vishnutej Mylavarapu -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroup