0
is here not any codes in which data structure include in c++
what is basic purpuse of data structure 🤔
3 ответов
+ 1
I'm sure there are tons of data structures coded in C++ here. Say you want to create a list of students in a school with their personal information. You'd make a linked list data structure to build your list. You could make a student information data structure to maintain their data or use a class depending on how much processing students requires. You would likely use a class to maintain the linked list.
+ 2
Here is a lesson on linked lists to expand on my previous response.
https://www.sololearn.com/learn/634
0
thanku so muCh john wells i was aware from it