Looking for a Good Data Structure Course in C++

0
3
Asked By CuriousCoder99 On

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

Answered By BookishBuff On

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!

Answered By TechieTom86 On

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?

Answered By FutureDev123 On

I might actually consider creating a C++ data structure course myself! Didn't realize there was a demand for it. Appreciate the inspiration!

UserSupporter -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.