Question: Project Write-up Sections Introduction What are you coding and why did you choose this Game? How long did you spend, how many lines, classes,

Project Write-up Sections Introduction What are you coding and why did youchoose this Game? How long did you spend, how many lines, classes,etc...... Where on github is it located? Approach to Development Concepts Version

Project Write-up Sections Introduction What are you coding and why did you choose this Game? How long did you spend, how many lines, classes, etc...... Where on github is it located? Approach to Development Concepts Version Control Game Rules Description of Code Organization Classes Sample Input/Output Checkoff Sheet Documentation of Code Things to Include in the Documentation - Enough of each of the following to show expertise Flowchart Pseudo-Code UML Class Diagram of each class developed Checkoff Sheet Contents 1. used? Container classes (Where in code did you put each of these Concepts and how were they Sequences (At least 1) 1. 1. list 2. slist 3. 2. bit_vector Associative Containers (At least 2) 1. set 2. map 3. hash 3. 1. stack 2. queue 3. Iterators Container adaptors (At least 2) priority_queue Concepts (Describe the iterators utilized for each Container) 1. Trivial Iterator 2. 1. 2. Input Iterator 3. Output Iterator 4. Forward Iterator 3. 1. 5. 6. Bidirectional Iterator Random Access Iterator Algorithms (Choose at least 1 from each category) Non-mutating algorithms 1. for each 2. find 3. count 4. equal 5. search 2. Mutating algorithms 1. copy 2. Swap 3. Transform 4. Replace 5. fill 6. Remove 7. Random_Shuffle 3. Organization 1. Sort 2. 3. 4. 5. Binary search merge inplace_merge Minimum and maximum

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!