Loading...

Linkedlist in C

18 1________

A simple implementation of linkedlist where each element is a separate object which comprises of two items - the data and a reference to the next node, the last node always has a reference to null.

コメント