What is different about mathematical sets and STL sets?

What will be an ideal response?

In mathematics, sets have no structure. The elements are not in order, all
you can tell about a set is whether it is empty and count the members. I perhaps need
to say some weasel words here about some mathematical niceties, but I refrain. You
can tell whether a given candidate is a member of a mathematical set. The STL set
supports all the tests on a mathematical set can be performed on an STL set. On the
other hand, the elements of the STL set are kept sorted. There is a first and a last
element. You can tell whether an STL set is empty and determine the size. These seem to be the most important differences and similarities.

Computer Science & Information Technology

You might also like to view...

What is the name of the browser provided as a free download in the early 1990s?

A) Foxfire B) CERN C) Mosaic D) Netscape Navigator

Computer Science & Information Technology

A(n) ______is a program or app that provides a scheduling, communication, and document sharing platform for students and teachers.

A. cloud educational platform B. open courseware C. learning management system D. web school system

Computer Science & Information Technology