Lab 2 - ArrayList Implementation
Lab 2 - ArrayList Implementation
Al Maaref University
Faculty of Sciences
Department of Computer Science
CSC 320 – Data Structures: Lab 2
Guidelines:
Submit only the java files as separate files (i.e. not as zipped files).
Refer to the Java files attached on Google classroom
Explanation: The method searches from the start and returns the index 1, where "apple" first
appears.
Explanation: The method searches from the end, returning the last index 3 where "apple"
appears.
Page 1 of 3
Faculty of Science CSC 320L Lab2
Explanation: This method counts occurrences of "apple" and returns 2, the number of times it
appears.
Page 3 of 3