Data Structure 6번째 HW(번역)

 Week 6: Linear Lists – Simulated Pointer Representation6주차 선형 목록 : 포인터 시뮬레이트 표현법.Since we have midterm exams next week, I will give you an extremely easy assignment. I belive that this takes only a couple of hours.다음주에 시험이니까 매우쉬운 과제를 줄께, 난 이 과제가 2시간 정도 걸릴거라고 생각해. Section 7.7 introduces the concepts of더 보기

Data Structure 5번째 HW(내맘대로 분석)

Week 5: Linear Lists – Linked Representation 1. Write code for the class ChainWithSortMethods. ChainWithSortMethods 클래스를 만들어라 This class is a subclass of Chain and it includes the number method insertionSort, which uses insertion sort to reorder the chain elements into nondecreasing order.이 클래스는 Chain을 상속받는다. 그리고 인자의 크기를 오름차순 정렬하는 insertionSort 메소드를 갖고있다. =========================================================더 보기

Data Structure 5번째 HW(번역)

Week 5: Linear Lists – Linked Representation 1. Write code for the class ChainWithSortMethods. ChainWithSortMethods 클래스를 만들어라 This class is a subclass of Chain and it includes the number method insertionSort, which uses insertion sort to reorder the chain elements into nondecreasing order.이 클래스는 Chain을 상속받는다. 그리고 인자의 크기를 오름차순 정렬하는 insertionSort 메소드를 갖고있다.Do not더 보기

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더 보기