In linked list implementation of a queue, where does a new element be inserted? Data Structures 3 May 2020StudyBlocksLeave a Comment on In linked list implementation of a queue, where does a new element be inserted?a) At the head of link listb) At the tail of the link list c) At the centre position in the link listd) None