I'm on the hunt for a solid course that covers data structures specifically in C++. Most options I come across are taught in Java or Python, and I'm hoping to find something that focuses on C++ instead. If anyone has recommendations, I'd really appreciate it!
3 Answers
While I don't have a course to recommend, I know that the 'Algorithm Design Manual' textbook uses C++. That might be a great resource for you!
Honestly, I don't see why it matters if the course is in a different language. Data structure concepts are pretty universal. What’s the deal with needing a C++ specific course?
I might actually consider creating a C++ data structure course myself! Didn't realize there was a demand for it. Appreciate the inspiration!

I totally support that idea! It sounds like a fun project.