Which of the following are true with respect to linked list?
I. Each link of node contains a pointer to the next node.
II. Searching an element in singly linked list is sequential.
III. Linked list are best suited for radix sort and binary search where searching on element is dynamic
IV. Each node contains a data part and pointer to the next node where an array of pointer ponts to the links.