ShmoopTube
Where Monty Python meets your 10th grade teacher.
Search Thousands of Shmoop Videos
Standard Data Structures Videos
Play All
APCS: Standard Data Structures Drill 1, Problem 2. Which of the following methods are not appropriate for reuse in other programs?
APCS: Standard Data Structures Drill 1, Problem 3. Which of the following is the best postcondition for the fillArray method?
AP Computer Science 4.1 Standard Data Structure. Can you find the value of q?
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. Which implementation will find "k" within the String array alphabet and turn it into "funk"?
AP Computer Science 1.4 Standard Data Structures. Which of the following is a correct sequential implementation?
AP Computer Science 3.2 Standard Data Structures. Which of the following methods successfully add an element to the array?
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: Standard Data Structures Drill 4, Problem 4. What does the following code produce?
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. Which of the following method calls will result in an error?
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. Which of the following can be added to a NeatAnimal array without causing an error?
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. Which of the following is a correct sequential implementation?
AP Computer Science 2.2 Standard Data Structures. Which of the following is an incorrect array initialization?