149k views
5 votes
Which functionality is part of the ADT sorted list given the entry as an argument?

a. add
b. all other answers
c.locate
d. remove

User Zwebie
by
5.1k points

1 Answer

3 votes

Answer:b) all other answers

Explanation: The set of values that display the property of the determining the current position of the list is known as the ADT(Abstract Data Type) sorted list.In this list all the operations require their separate object/elements to perform any particular operations such as the locating of the element, addition or removal of the element. Thus , the correct option is option(b).

User Darvish Kamalia
by
5.6k points