I am having some problems understanding data structures specifically linked list.
I need to read in a file that contains ( first name, last name and five grades and the avg of the grades)
I know the reading of the file part and all the info needs to be in one linked list but a different node for each student and i was wondering on how to implement the Linked list so that each node could contain the correct data.
Thanks
Erik Butler
Start Free Trial