Description: The operation of the order table to achieve the following functions.
(1) is removed from the order table with the minimum elements and the function returns the value of the element being deleted. Vacated position be filled by the last element, if the sequence table is empty, display an error message and quit running.
(2) remove the i-th element from the sequence table and the function returns the value of the element being deleted. If i unreasonable or order of the table is empty, display an error message and exit running.
(3) insert a new element x to the position of the specified order table. If i unreasonable display an error message and exit run.
(4) is removed from the order table has all the elements of a given value of x.
(5) is removed from the order table, all the elements of its value between a given value of s and t (s is less than t), if s or t is unreasonable or order of the table is empty, display an error message and exit running.
(6) is rem
To Search:
File list (Check if you may need any files):
list.cpp