Reddit Reddit reviews ADTs, Data Structures, and Problem Solving with C++

We found 2 Reddit comments about ADTs, Data Structures, and Problem Solving with C++. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Programming Algorithms
Data Structure and Algorithms
ADTs, Data Structures, and Problem Solving with C++
Check price on Amazon

2 Reddit comments about ADTs, Data Structures, and Problem Solving with C++:

u/arcsecond · 2 pointsr/raspberry_pi

So, (IMO) the raspberry pi doesn't specifically bring anything to learning C++ that I think you couldn't get on any other computer. And I'm assuming you have a computer because you're posting here (could be a phone but i don't know).

If you've got windows I tend towards Visual Studio and on a Mac I'd go with Xcode. When I'm in Linux I tend to just go straight to gcc and make (this won't make sense to you yet)

Books: These are the ones that were used in my C++ focused classes:

Big C++
ADTs, Data Structures and Problem Solving in C++

Hope this helps.

u/amalthea5 · 2 pointsr/cpp

Keep learning it! I thought I knew C++ pretty well. Then I started my data structures class. This book has greatly expanded my understanding of C++. I'm still not even close to done. But I'm working on other languages and learning how compilers work now as well. It never ends muwhahaha