0
Data Structures
C++ Can someone please explain to me data structure in simple terms and are there any data structures in this app I can surf on/work
2 Answers
+ 1
What data structures are and which are common can simply be looked up, e.g.:
https://en.m.wikipedia.org/wiki/Data_structure
The app has a series of user-made lessons on a variety of them, the simpler ones have (basic) sample implementations in different languages. Here is the introduction:
https://www.sololearn.com/learn/773/?ref=app
Decent knowledge of pointers and dynamic memory management, maybe templates, will be helpful if you are looking to implement some in C++.
0
But in simple terms I dont like using wikipedia everything is confusing