+ 4
How should I start learning algorithms ?
I finished the basics of c++ and know bit of java and I want to start studying algorithms
3 Answers
+ 4
getting good at OOP it will make your algorithms explorations easier. Otherwise you'll get good at OOP.
There are good resources in book form, digital form and tons of internet content.
Chose what appealsyou the most and start.
+ 2
in my view, and based on my personal experience, challenging and realizing the algorithms is one of the most important factors by which you can be a good programmer. actually, algorithms are the base that give us a whole view of the codes' structure and the languages able us to make the structure.