If you make a solution that works for the large data set then it works for small too. The only difference is that your program should be faster to give the answer in time and you should be aware of the limits of input and memory usage. Often there“s a solution that works for the small input but is not good enough to the large data set but you can use that solution to gain points in small and test if your solution to the large is correct when you come up with a optimized solution.
To study there are many sources in general you have to learn algorithms and data structures and learn how to solve problems problems in sites like http://www.spoj.com/ or https://www.urionlinejudge.com.br and competitions in http://community.topcoder.com/tc or http://codeforces.com/ On Sat, Apr 19, 2014 at 2:08 AM, Ankanand <[email protected]> wrote: > I am new to Google code Jam, I got 28 points. I solved A,B & D Small > Inputs. > But I could not make out how to solve for large Data set. > (I saw the solution of B of a few contestants & the solution for both > large and small were same, what does that mean?) > Please also tell How to approach for Large data sets. > > I am a beginner programmer, what would you suggest me to study (except > practicing previous problems) to prepare for Round 1. > > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-code/f725baee-e32b-4cbf-a76c-e0d3ffee5369%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/CA%2BiXaPNRafvUcqO8EZL1U6N6HaYgkmBziD6Wac4CbQvrkFf7AQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
