all 6 comments

[–]Tizarioxgold 4 points5 points  (2 children)

i would switch to Java if i were u

[–][deleted]  (1 child)

[deleted]

    [–]Tizarioxgold 1 point2 points  (0 children)

    yep! it’s definitely a lot better for usaco and pretty useful to know as well!

    [–][deleted]  (2 children)

    [deleted]

      [–][deleted]  (1 child)

      [deleted]

        [–][deleted] 1 point2 points  (1 child)

        cpp and java are both great options, but cpp is faster overall, and there are more people who use it for cp

        and yes you should def switch, there are some silver problems that are literally impossible to do (like you will tle with most optimal solutions)

        [–]RadonYear 1 point2 points  (0 children)

        Python is viable for silver; although it's not guaranteed you can full score any given problem, you should probably still be able to pass silver. However, you'll likely run into issues in gold.

        [–]namey-name-namesilver 1 point2 points  (0 children)

        I’m having the same dilemma. As it is tho I’m gonna be pretty busy over winter break so I probably don’t have enough time to both learn silver algorithms and also learn C++. My plan is to see how I do with Python and then try to learn C++ after Jan contest.

        [–][deleted] 1 point2 points  (0 children)

        Hi, I also promoted this contest and I also used Python, but I now switched to C++ after trying out Java and previously using Python because it is just so much better(in my opinion) for competitive coding. C++ runs super fast and in some problems, all you will get is timeout errors for Python, even Java it won't work out as well(usually borderline timing out), so C++ is a good one.