What is a generic algorithm?

Fill in the blank(s) with the appropriate word(s).

A generic algorithm is a template function. Those that manipulate containers take iterators for arguments. Others take arbitrary types as arguments.
Explanation: Iterators provide access to the elements in the container.

Computer Science & Information Technology

You might also like to view...

The options displayed in the Paste Options gallery will vary depending on the type of object you are pasting

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is not a GUI component (control or widget)?

a. String. b. Button. c. Menu. d. Combo box.

Computer Science & Information Technology