Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Is c++ good for data science?

+2 votes
asked Nov 1, 2022 by Eidnoxon (5,110 points)
Is c++ or c good for data science?

1 Answer

0 votes
answered Nov 1, 2022 by Peter Minarik (84,720 points)

C/C++ is often a choice of programming language when you want to achieve high performance and control over your data structures and memory.

Choose a language where lots of functionality is built around data science. Matlab is such a language. Python also has many libraries for data science.

For C/C++ usage for data science projects, check out this site.

Good luck!

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...