CSE 246 Data Structures and Algorithms

1

description

CSE 246 Data Structures and Algorithms. Spring2011 Lecture#5. More on Linked List. Analysis of Linked list Other operation on link list Delete(item) Update( item,value ) List length() inserFirst () insertLast () insertAfter ( listposition , value) InsertBefore ( listposition , value) - PowerPoint PPT Presentation

Transcript of CSE 246 Data Structures and Algorithms

Page 1: CSE 246 Data Structures and Algorithms