ShmoopTube

Where Monty Python meets your 10th grade teacher.

Search Thousands of Shmoop Videos

Standard Data Structures Videos


Play All
AP Computer Science 1.2 Standard Data Structures
201 Views

APCS: Standard Data Structures Drill 1, Problem 2. Which of the following methods are not appropriate for reuse in other programs?

AP Computer Science 3.2 Standard Data Structures
187 Views

AP Computer Science 3.2 Standard Data Structures. Which of the following methods successfully add an element to the array?

AP Computer Science 3.5 Standard Data Structures
183 Views

AP Computer Science: Standard Data Structures Drill 3, Problem 5. The resulting array from this code snippet has which of the following shapes?

AP Computer Science 4.4 Standard Data Structures
178 Views

AP Computer Science: Standard Data Structures Drill 4, Problem 4. What does the following code produce?

AP Computer Science 1.3 Standard Data Structures
180 Views

APCS: Standard Data Structures Drill 1, Problem 3. Which of the following is the best postcondition for the fillArray method?

AP Computer Science 2.5 Standard Data Structures
183 Views

AP Computer Science 2.5 Standard Data Structures. Which of the following correctly declares and fills a String array of length 3?

AP Computer Science 1.1 Standard Data Structures
202 Views

AP Computer Science 1.1 Standard Data Structures. Which of the following method calls will result in an error?

AP Computer Science 2.4 Standard Data Structures
175 Views

AP Computer Science 2.4 Standard Data Structures. Which of the following is the correct initializer of an ArrayList of Strings?

AP Computer Science 3.1 Standard Data Structures
182 Views

AP Computer Science 3.1 Standard Data Structures. Which of the following can be added to a NeatAnimal array without causing an error?

AP Computer Science 1.5 Standard Data Structures
183 Views

AP Computer Science 1.5 Standard Data Structures. Which of the following is a correct iterative implementation?

AP Computer Science 2.1 Standard Data Structures
187 Views

AP Computer Science 2.1 Standard Data Structures. Which of the following is a correct sequential implementation?

AP Computer Science 2.2 Standard Data Structures
180 Views

AP Computer Science 2.2 Standard Data Structures. Which of the following is an incorrect array initialization?

AP Computer Science 4.1 Standard Data Structure
17 Views

AP Computer Science 4.1 Standard Data Structure. Can you find the value of q?

AP Computer Science 3.4 Standard Data Structures
13 Views

AP Computer Science 3.4 Standard Data Structures. Which best describes the functionality of the remove method for an ArrayList?

AP Computer Science 4.2 Standard Data Structures
16 Views

AP Computer Science 4.2 Standard Data Structures. Which implementation will find "k" within the String array alphabet and turn it into "funk"?

AP Computer Science 1.4 Standard Data Structures
18 Views

AP Computer Science 1.4 Standard Data Structures. Which of the following is a correct sequential implementation?