[gcj] Re: Kickstart Round E scoreboard is buggy

2018-08-27 Thread 'henrikruep...@googlemail.com' via Google Code Jam
Thanks, (to whoever fixed it). Now it seems to work. The onlx issue I currently see is that the problestatistics are wrong. For example, for the large dataset of Problem 3 the statistics says "4/33 correct" while on page 1 there are around 15 people who solved it. Best, Henrik -- You receive

[gcj] Re: Has anyone solved Question 3 from round 1C in python?

2018-05-05 Thread 'henrikruep...@googlemail.com' via Google Code Jam
Thanks a lot! I will try to keep those optimzations in mind when I try again next year. I have the feeling that in previous years (when we just computed and submitted the output file) as long as you got the optimal asymptotic complexity (like sth in O(NK) in this case), you were guaranteed to s

[gcj] Has anyone solved Question 3 from round 1C in python?

2018-05-05 Thread 'henrikruep...@googlemail.com' via Google Code Jam
Hi, I tried to solve the Ant tower problem 1C in Python and my large Dataset was wrong (TIME_EXCEEDED). After looking up the Analysis, I found out that the approach that I took was exactly the approach suggested for the large Dataset. Thus I tried to optimize my program further so that it solve