What is the 'head' of a linked list?

后端 未结 4 759
野的像风
野的像风 2020-12-24 03:15

I\'m working in linked lists in Java, so I\'m trying to grasp the concept of a single linked list.

head -> 12 -> 34 -> 56 -> null

4条回答
提交回复
热议问题