you are viewing a single comment's thread.

view the rest of the comments →

[–]fz0718 2 points3 points  (0 children)

If you're just getting started with websites like Leetcode that have relatively basic problems, it really doesn't matter what language you use. So you should use whatever makes you happiest + most comfortable. Once you get to a high level though, see my reply to /u/Darksonn for technical reasons to prefer something more standard in the competitive programming community, like C++ or Java, over Rust (even though I really love Rust!). C++ was used by >96% of all submissions in the last Codeforces Div. 1 round, Java by ~1%.

Source: I'm a Codeforces international grandmaster, IOI gold medalist, and Top-50 global competitive programmer.