Data Structures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

13th Jul 2021, 8:41 PM
boba
boba - avatar
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++.
13th Jul 2021, 9:12 PM
Shadow
Shadow - avatar
0
But in simple terms I dont like using wikipedia everything is confusing
13th Jul 2021, 9:25 PM
boba
boba - avatar