KUMAR SHIVAM

Define ordered linked list. Write functions to insert into ordered linked list ? 

Data Structures and Algorithms

Answer in Short

a linked list is a linear collection of data elements whose order is not given by their physical placement in memory ... Click to view functions to insert into ordered linked list

Explanation

962    0

==> ordered linked list --

  •  a linked list is a linear collection of data elements whose order is not given by their physical placement in memory




Share:   

More Questions from Data Structures and Algorithms Module 3