ABSTRACT

A linear list is a data structure containing a finite ordered set of data elements. First, experiments for applications of linear lists were shown: applications of arrays, strings, stacks, queues, dictionaries, hash tables, and so on. Then practices for sort algorithms of linear lists were given.