Data Structure. Link list. by Md Rony - Wednesday, 27 September 2023, 10:15 PM Number of replies: 0 First of all we need pointer. And add on block pointer for node. Mainly, The first pointer block in each node stores the address of the previous node. Permalink Reply