Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Asmaamasry Questions
705 Questions
(Add new methods in BST) Add the following new methods in BST
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
1
249
(Test MyLinkedList) Design and write a complete test program to test if the MyLinkedList class in Listing 24.6 meets all requirements
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
153
(Test MyArrayList) Design and write a complete test program to test if the MyArrayList class in Listing 24.3 meets all requirements
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
152
ime number iterator) Define an iterator class named PrimeIterator for iterating prime numbers
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
203
(Fibonacci number iterator) Define an iterator class named FibonacciIterator for iterating Fibonacci numbers
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
191
(Animation: queue) Write a program to animate the enqueue and dequeue operations on a queue, as shown in Figure 24.20b
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
160
(Animation: doubly linked list) Write a program to animate search, insertion, and deletion in a doubly linked list, as shown in Figure 24.24
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
118
(Animation: stack) Write a program to animate push and pop in a stack, as shown in Figure 24.20a
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
311
(Animation: array list in slow motion) Improve the animation in the preceding programming exercise by showing the insertion and deletion operations in a slow motion, as shown at http://www.cs.armstrong.edu/liang/animation/ ArrayListAnimationInSlowMotion.html
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
215
(Animation: array list) Write a program to animate search, insertion, and deletion in an array list, as shown in Figure 24.1a
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
151
Animation: linked list) Write a program to animate search, insertion, and deletion in a linked list, as shown in Figure 24.1b
Java programming
2022-07-01
Answers
30
Question
40
Followers
30
0
0
139
(Generic PriorityQueue using Comparator) Revise MyPriorityQueue in Listing 24.9, using a generic parameter for comparing objects. Define a new constructor with a Comparator as its argument as follows:
Java programming
2022-06-30
Answers
30
Question
40
Followers
30
0
1
197
(Implement GenericQueue using inheritance) In Section 24.5, Stacks and Queues, GenericQueue is implemented using composition. Define a new queue class that extends java.util.LinkedList
Java programming
2022-06-30
Answers
30
Question
40
Followers
30
0
1
210
Total:
705
Previous
35
36
37
38
39
Next
Go