SLIDE 1
CS ¡162 ¡ Intro ¡to ¡Programming ¡II ¡
Vectors ¡
1 ¡
CS 162 Intro to Programming II Vectors 1 Vectors A - - PowerPoint PPT Presentation
CS 162 Intro to Programming II Vectors 1 Vectors A container from the Standard Template Library Holds a set of elements, like an array Flexible number of elements - can grow and shrink
1 ¡
8 ¡ 5 ¡ 7 ¡ 9 ¡ Insert ¡2 ¡at ¡index ¡1 ¡ 8 ¡ 2 ¡ 5 ¡ 7 ¡ 9 ¡
8 ¡ 5 ¡ 7 ¡ 9 ¡ Remove ¡index ¡1 ¡ 8 ¡ 2 ¡ 5 ¡ 7 ¡ 9 ¡