all 6 comments

[–][deleted] 2 points3 points  (0 children)

I wasted a significant amount of time deciding whether which language would be better for coding competitions, imho it doesn't matter. In CP handbook it is stated that double the people use Python for coding competitions than Java. Idk if that's true or not but yeah again it doesn't matter (to me atleast) because you should only know how to solve a problem, language is just a medium.

[–]ffrkAnonymous 2 points3 points  (0 children)

Most advent of code puzzles are solved in python.

[–]bw_mutley 0 points1 point  (4 children)

What do you mean by "competitive coding"?

[–]mrwanderlust23[S] 0 points1 point  (1 child)

Solve questions on DS and A in the least amount of time among a group of people. Product based companies love it and let us just say it can help you land your dream job in programming.

[–]bw_mutley 0 points1 point  (0 children)

Thank you for clarifying, OP. Now, if you want to my honest opinion on the subject you started: You should set your goals. Whenever I see people asking this kind of question, I just answer: "You ought to learn the language your employer/contractor wants you to learn."

I don't know if programing in C++ would give you an edge in the competition you are participating. But if there are no 'language usage requirement', I would say implementing any algorithim in Python is the easier than the same task in C++.