Search Results

3
votes

linked list

Arguably you want your list data structure to be external to the data that it stores. Say you have: struct Whatever { int x_; } Then your list structure would look …