I've been using Codecademy to learn C++ and Java, but I've noticed they don't really offer any lessons on data structures like linked lists, arrays, and queues, which I'd really like to dive into. Can anyone suggest an interactive website or platform where I can learn these data structures in C++?
2 Answers
You should definitely check out Educative.io. It’s one of the best platforms for this sort of thing, especially their Grokking course in C++. They also have a specific course on data structures for coding interviews in C++, which could be super helpful!
Another great resource is Visualgo.net. It provides visualizations for data structures and algorithms, which can really make things easier to understand. Give it a try!
Thank you!
Thank you so much!