...

/

Quiz: Ranges and Views

Quiz: Ranges and Views

Quiz yourself on ranges and views.

We'll cover the following...
Technical Quiz
1.

What is the purpose of the views from the Ranges library?

A.

To replace the Algorithm library.

B.

To improve the efficiency of the Algorithm library.

C.

To provide a way to compose algorithms by chaining them together and avoiding unnecessary copying.

D.

To provide a way to write complex algorithms using only for-loops and if-statements.


1 / 9