Should I Switch to C++?

Hello, Everyone, I have just started Competitive Programming I see most of the coders’ code in c++ but I am proficient in Java and use it for competitive programming I want to be a good coder should I learn c++ as most of the editorials are c++ and all the top coders use c++,
or should I focus more on understanding concepts?
Is it possible to reach 5 - 6 stars by coding in Java?

yes you can write in any language you want after all it depends on the algorithm you are writing.

but yes cpp is rather more suitable for writing code because its fast.

1 Like

Its Totally depends on you,
Most of the Coders Prefer Cpp because of its STL and Also its fast as compared to other languages.
STL helps in implementing algorithms and DS a lot easier.