Data Structure (2130702)

BE | Semester-3   Winter-2016 | 01/02/2017

Q3) (c)

Write ‘C’ functions to implement INSERT_FIRST (to insert a node at the first position), DELETE_FIRST (to delete a node from the first position), DELETE_LAST (delete a node from the last position) and TRAVERSE (to display the data in nodes) operations in circular linked list.

NO SOLUTION FOUND