There are some things you could try: 1. Post some test cases you have used. 2. Avoid posting code with multiple blank lines (individual blank lines can be good to improve readability) 3. Avoid variable names consisting of just a lower case "L" - they are hard to read 4. Remove unused variables. 5. Be sure the meaning of your variables is obvious to a reader. You have several that are hard: "l", "lll", "pv", "ov", 6. Perhaps use a shorter alphabet than 26 characters. Create test cases that uses just 4 primes and 4 characters ABCD. 7. Explain in a comment any clever logic. For example, what is your test "if int(ls[1])%l[0]==0: " trying to achieve
-- 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/05591f4c-11cc-476c-bf02-9e9b107be54f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
