Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

CS-162-nilsstreedain/lab7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

STL & Program 3

Research Questions (6 pts)

Look through the list of available functions in the STL Algorithm class to answer the questions below. http://www.cplusplus.com/reference/algorithm/

Question 1: Which one could you use to figure out the total number of odd and even elements in a container?

Question 2: Which one could you use to figure out common elements between two containers?

Question 3: Which one could you use to shuffle all of the elements in a container?

Begin Program 3 Design/Implementation (14 pts)

Show your TA that you are making an effort to setting up the polymorphism aspects of Program 3 as well as the constructors, accessors, mutators, etc. This could be showing all of your .h files being set up in code or showing a thorough design of each class and their relation to each other. Each class's design or .h file is worth 2 pts.

Releases

No releases published

Packages

No packages published