Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver3
1いいね 18回再生

Linkedlist in C

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.

コメント