Array operations Dr. T. Kokilavani Assistant Professor Department of Computer Science St. Joseph’s College Trichy - 620002 Data Structures and Algorithms, Dr.T.Kokilavani, SJC
Operations in an array We can perform the following operations in an array element. Insertion of an element Deletion of an element Merging of two arrays Searching an element.
Insertion in an array Data Structures and Algorithms, Dr.T.Kokilavani, SJC
Data Structures and Algorithms, Dr.T.Kokilavani, SJC
Deletion Data Structures and Algorithms, Dr.T.Kokilavani, SJC
Data Structures and Algorithms, Dr.T.Kokilavani, SJC
Merging Merging is an important operation when we need to compact elements from two different arrays into a single array. Data Structures and Algorithms, Dr.T.Kokilavani, SJC
Data Structures and Algorithms, Dr.T.Kokilavani, SJC