Should I move to C++ from C#? as there less material available for DSA

Hi all, Should I switch my language from C# to C++? as I am working in C# for approx. 2 year but now I am not getting use full material for DSA in C#. So Kindly assist me on this.

Yes, you should make the switch definitely. From editorial POV, or the material available for practice and in general, there are plenty of resources for CP and most of them are in C++. This combined with STL provides you an ideal set of libraries needed for one to have in their CP arsenal. So, yeah go for it.

1 Like

If your goal is to learn the implementation of Data structures and algorithms then Yes. You can Switch to C++.

1 Like