What is an ordered list?
4 years ago
Data Structure and Algorithm
An ordered list is a list in which each node’s position in the list is determined by the value of its key component, so that the key values form an increasing sequence, as the list is traversed.
Sujan Bk
Jan 9, 2022