Data Structure 4번째 HW(번역)

1. Make an interface “StudentLinearList” as shown in Program 5.1.프로그램 5.1 에 있는것과 같이 StucentLinearList 인터페이스를 만들어라. Implement the “StudentArrayLinearList” class, which is an implementation of the interface “StudentLinearList”.StudentLinearList를 인터페이스로 갖는, StucentArrayLinearList클래스를 구현하여라. Modify the time measuring program, which was used in the last homework, by replacing the “Student” object array with the “StudentArrayList” class.지난번더 보기

Data Structure 4번째 HW

1. Make an interface “StudentLinearList” as shown in Program 5.1. Implement the “StudentArrayLinearList” class, which is an implementation of the interface “StudentLinearList”. Modify the time measuring program, which was used in the last homework, by replacing the “Student” object array with the “StudentArrayList” class. 2. Extend “StudentArrayLinearList” to include the method “removeRange”, which removes all더 보기