Re: [gcj] about book for algorithm

2010-04-20 Thread Marcos Vinícius Soares
Hope to see you there :D



On Sun, Apr 18, 2010 at 11:15 PM, @Sanjiv Singh sanjiv.is...@gmail.comwrote:

 thank u boss...


 On Sun, Apr 18, 2010 at 10:04 AM, Mahendra Kariya 
 mahendrakar...@gmail.com wrote:

 The rounds will be conducted online. The questions will appear on the
 site, solve them and upload your solutions to the site.

 Regards,
 Mahendra Kariya
 http://www.mahendrakariya.blogspot.com



 On Sun, Apr 18, 2010 at 11:58 AM, venkat singam svenkat...@gmail.comwrote:

 hi every one dis is venkat actually i dont know wats this process and all
 can any one help me where these rounds wil be conducted i mean the place
 where its going to take place..

 --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.




 --
 Regards
 Sanjiv Singh
 Mob :  +091 9990-447-339



  --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-20 Thread anand advani
best bk for java ? which is easy to understand and specially wid networking
part

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-20 Thread Marcos Vinícius Soares
Correct. Just the Final Round is onsite.



On Sun, Apr 18, 2010 at 2:04 PM, Mahendra Kariya
mahendrakar...@gmail.comwrote:

 The rounds will be conducted online. The questions will appear on the site,
 solve them and upload your solutions to the site.

 Regards,
 Mahendra Kariya
 http://www.mahendrakariya.blogspot.com



 On Sun, Apr 18, 2010 at 11:58 AM, venkat singam svenkat...@gmail.comwrote:

 hi every one dis is venkat actually i dont know wats this process and all
 can any one help me where these rounds wil be conducted i mean the place
 where its going to take place..

 --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


[image: Close] Read moreOptions 
[image: Visit Answers.com] http://www.answers.com?initiator=FFANS

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-20 Thread Абзал Сереков
Welcome, who can realize Dijkstra with Fenwick?

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-19 Thread Carlos Guia
Stroustrup is great and accurate, but is compact, so it works better if you
already know some C++, at least how to compile and run stuff. Like the
Kernighan and Ritchie for C. It may show how to make a very simple compile
on a *NIX system as a reference. If you are completely unfamiliar with that
process read it online in the meantime, for your preferred environment, and
then get the details of the language from the book.

Kernighan/Ritchie is great, one of my favorite books ever, but if you are
only buying one, I recommend getting the Stroustrup first. It will be more
up to date to current compilers, unless you plan to use a pure C one; and it
will contain information about the STL, which I highly recommend to learn.

If you are already comfortable with a particular language, I wouldn't
recommend trying a new language during the live rounds until you are
comfortable with it. It would be a shame if you know how to solve a problem,
but you have to spend most of the time learning the language during the
round.

Practice a lot before rounds, problems you already know how to solve are
good to practice a new language. Get to know the language, what it offers so
you don't have to do them again, so if you plan to use C++, learn about the
STL. Although, that applies to any language, learn as much as you can about
it's standard library.

Carlos Guía


On Sat, Apr 17, 2010 at 11:43 PM, Mathias Grimm mathiasgr...@gmail.comwrote:

 Thanks! I heard that Bjarne Stroustrup The C++ Programming Language is the
 best,



 --
 Att.
 Mathias Grimm

 Sun Certified Java Programmer 6.0 #SUN604760
 Zend Certified Engineer #ZEND006756
 Oracle 1Z0-001

 http://mathiasgrimm.com.br
 http://phpempregos.com.br

 --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-18 Thread venkat singam
hi every one dis is venkat actually i dont know wats this process and all
can any one help me where these rounds wil be conducted i mean the place
where its going to take place..

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



[gcj] about book for algorithm

2010-04-17 Thread swami
hi every one.
which book is best for algorithm and design  please help me

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread chen liu
And what is the best for C++ book? How about the C++ Primer?

On Sun, Apr 18, 2010 at 11:33 AM, Jacob Lyles jacob.ly...@gmail.com wrote:

 For C:


 http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628


 On Sat, Apr 17, 2010 at 8:24 PM, Mathias Grimm mathiasgr...@gmail.comwrote:

 And, what is the best C and C++ and  book?



 On Sat, Apr 17, 2010 at 8:35 PM, Emanuel Masamune Tavares 
 masaguard...@gmail.com wrote:

 Data Structures and Algorithms

 Introduction to Algorithms from Thomas Cormen

 The Algorithm Design Manual

 Atenciosamente,

 Emanuel Tavares - Mestrando em Ciência da Computação pela UFPA

 Integrante do NTI-Cesupa: Fabsoft - LabMidI - LCN

 Currículo Lattes: http://lattes.cnpq.br/7862105758032226


 On Sat, Apr 17, 2010 at 4:41 PM, swami swaminath2...@gmail.com wrote:

 hi every one.
 which book is best for algorithm and design  please help me

 --
 You received this message because you are subscribed to the Google
 Groups google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.




 --
 Att.
 Mathias Grimm

 Sun Certified Java Programmer 6.0 #SUN604760
 Zend Certified Engineer #ZEND006756
 Oracle 1Z0-001

 http://mathiasgrimm.com.br
 http://phpempregos.com.br

 --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 google-codejam group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.comgoogle-code%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.




-- 
Chen Liu
Beijing University of Aeronautics and Astronautics
Tel: +86-139-1089-3499
E-mail: mitchell.l...@gmail.com
MSN: mitchell-c...@hotmail.com

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread Mathias Grimm
Thanks! I heard that Bjarne Stroustrup The C++ Programming Language is the
best,


-- 
Att.
Mathias Grimm

Sun Certified Java Programmer 6.0 #SUN604760
Zend Certified Engineer #ZEND006756
Oracle 1Z0-001

http://mathiasgrimm.com.br
http://phpempregos.com.br

-- 
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.