#Where to learn C++ DSA
24 messages · Page 1 of 1 (latest)
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.
Honestly just start by learning what the C++ standard library has to offer, this should cover 99% of the use cases
wdym
Literally what I'm saying looking into the standard containers and algorithms offered by c++
I could send you some of my professors course content from my last semester later today, if you’d like?
Sure
You really don't
At least not for a lot of stuff and especially not really for applying DSA
oh, I see.
sorry for my mistake.
did you heard of ACM / ICPC
or codeforces?
Isn't that some competition?
Yes. that's right.
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.