#Where to learn C++ DSA

24 messages · Page 1 of 1 (latest)

wheat notch
#

I learnt the basics and OOP but i want to advance to DSA, what are the best resources

candid tigerBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

dusk scroll
dusk scroll
# wheat notch wdym

Literally what I'm saying looking into the standard containers and algorithms offered by c++

deep perch
# wheat notch wdym

I could send you some of my professors course content from my last semester later today, if you’d like?

peak vector
#

hi, I am @peak vector .

#

to learn C++ DSA , need to know algebra.

dusk scroll
#

At least not for a lot of stuff and especially not really for applying DSA

peak vector
peak vector
#

or codeforces?

dusk scroll
peak vector
#

you know a lot of foundation knowledge. I think.

#

first of all , to start, we generally start C programming language.

#

prime theory, game theory, tree data structure and graph theory , etc.

#

prime theory include division, module, etc.

#

game theory has nim game , SG theory ...

#

tree data sturcture has wavelet tree , binary indexed tree, segment tree ...

#

graph has dijkstra, floyd, MSP , max-flow ...

#

thank you for your attension.