0

is here not any codes in which data structure include in c++

what is basic purpuse of data structure đŸ€”

1st Nov 2018, 2:27 PM
abdullah rajpoot
abdullah rajpoot - avatar
3 Answers
+ 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.
2nd Nov 2018, 2:00 AM
John Wells
John Wells - avatar
+ 2
Here is a lesson on linked lists to expand on my previous response. https://www.sololearn.com/learn/634
2nd Nov 2018, 2:03 AM
John Wells
John Wells - avatar
0
thanku so muCh john wells i was aware from it
2nd Nov 2018, 12:24 PM
abdullah rajpoot
abdullah rajpoot - avatar