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
220 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
199 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
201 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
188 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
195 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
193 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
210 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
198 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
194 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
201 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
202 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
189 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
30 Views

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

AP Computer Science 3.4 Standard Data Structures
31 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
30 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
35 Views

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