Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1085 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a program that implements Graham’s algorithm for computing the convex hull
Write a program that implements Graham’s algorithm for computing the convex hull of a set of points S in the plane. Your algorithm should take as input the coordinates of the poin…
Write a program that implements a class for a binary minHeap data structure. Imp
Write a program that implements a class for a binary minHeap data structure. Implement your heap using an array. The minHeap must implement the following functions: void insert(Ev…
Write a program that implements a class for a binary minHeap data structure. Imp
Write a program that implements a class for a binary minHeap data structure. Implement your heap using an array. The minHeap must implement the following functions: void insert(Ev…
Write a program that implements a method that receives an array parameter and so
Write a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm. The bubble-sort algorithm makes several passes thro…
Write a program that implements a method that receives an array parameter and so
Write a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm. The bubble-sort algorithm makes several passes thro…
Write a program that implements a method that receives an array parameter and so
Write a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm. The bubble-sort algorithm makes several passes thro…
Write a program that implements a method that receives an array parameter and so
Write a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm. The bubble-sort algorithm makes several passes thro…
Write a program that implements a method that receives an array parameter and so
Write a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm. The bubble-sort algorithm makes several passes thro…
Write a program that implements a method that receives an arrayparameter and sor
Write a program that implements a method that receives an arrayparameter and sorts that array using the bubble-sort algorithm. Thebubble-sort algorithm makes several passes throug…
Write a program that implements a recursive search of a sorted list of strings.
Write a program that implements a recursive search of a sorted list of strings. Your program should include recursive method that determines whether or not a given String is prese…
Write a program that implements a simple online voting system. The first thing y
Write a program that implements a simple online voting system. The first thing you must do is to find a partner to work with (unless you want to work alone). Make sure you choose …
Write a program that implements a simple spell checker in C++. The spell checker
Write a program that implements a simple spell checker in C++. The spell checker should work as follows: prompt the user to enter a file name to spell check, and then the program …
Write a program that implements a simple spell checker in C++. The spell checker
Write a program that implements a simple spell checker in C++. The spell checker should work as follows: prompt the user to enter a file name to spell check, and then the program …
Write a program that implements a simple spell checker in C++. The spell checker
Write a program that implements a simple spell checker in C++. The spell checker should work as follows: prompt the user to enter a file name to spell check, and then the program …
Write a program that implements a small university. The university has the follo
Write a program that implements a small university. The university has the following components: Department, Student, Faculty, and Course. The property of each component is outlin…
Write a program that implements a stack using an array. Your user will decide ho
Write a program that implements a stack using an array. Your user will decide how large an array to create for your stack. The stack will hold only positive integer numbers. Your …
Write a program that implements a stack using an array. Your user will decide ho
Write a program that implements a stack using an array. Your user will decide how large an array to create for your stack. The stack will hold only positive integer numbers. Your …
Write a program that implements an ATM machine. The interface to the program sho
Write a program that implements an ATM machine. The interface to the program should be a GUI that looks similar to the following: The program should consist of three classes. The …
Write a program that implements an ATM machine. The interface to the program sho
Write a program that implements an ATM machine. The interface to the program should be a GUI that looks similar to the following: The program should consist of three classes. The …
Write a program that implements parallel array. Follow all the Coding standards
Write a program that implements parallel array. Follow all the Coding standards such as commenting, indentation, defensive programming etc. mentioned in Coding Standard Handout in…
Write a program that implements the A Star algorithm using Java to find a path f
Write a program that implements the A Star algorithm using Java to find a path from any two given nodes. Problem Overview & Algorithm Description In a fully-observable environ…
Write a program that implements the ADT vehicle (a class with at least one pure
Write a program that implements the ADT vehicle (a class with at least one pure virtual function). Information you may want to keep about a vehicle includes ·       identification…
Write a program that implements the FIFO and LRU page replacement algorithms pre
Write a program that implements the FIFO and LRU page replacement algorithms presented in Chapter 9 of the textbook. The implemented functions need to compute number of page fault…
Write a program that implements the FIFO and LRU page-replacement algorithms pre
Write a program that implements the FIFO and LRU page-replacement algorithms presented in this chapter. First, generate a random pagereference string where page numbers range from…
Write a program that implements the FIFO, LRU, and Optimal page replacement algo
Write a program that implements the FIFO, LRU, and Optimal page replacement algorithms presented in chapter 8 of your text. First generate a random page-reference string (this sho…
Write a program that implements the LRU (Least Recent Used) page replacement alg
Write a program that implements the LRU (Least Recent Used) page replacement algorithm in Java, presented in the virtual memory management. Assume that demand paging is used. The …
Write a program that implements the Lagrange interpolationscheme directly. Test
Write a program that implements the Lagrange interpolationscheme directly. Test it by evaluating f(0.3) and f(0.5) from thegiven data taken from the error function with f(0)=0,f(0…
Write a program that implements the SSTF, C-SCAN and LOOK disk-scheduling algori
Write a program that implements the SSTF, C-SCAN and LOOK disk-scheduling algorithms presented in Chapter 10 of the textbook. Your program will service a disk with 5,000 cylinders…
Write a program that implements the bisection method for root finding. Your prog
Write a program that implements the bisection method for root finding. Your program should be similar to the Etter & Ingber Chapter 6_9 program since it is a variation on the …
Write a program that implements the bisection method for root finding. Your prog
Write a program that implements the bisection method for root finding. Your program should be similar to the Etter & Ingber Chapter 6_9 program on blackboard since it is a var…
Write a program that implements the concept of inheritance. For example: in the
Write a program that implements the concept of inheritance. For example: in the following scenario. Air university is inherited by both student and instructor class. In main () yo…
Write a program that implements the concept of inheritance. For example: in the
Write a program that implements the concept of inheritance. For example: in the following scenario. Air university is inherited by both student and instructor class. In main () yo…
Write a program that implements the concept of inheritance. For example: in the
Write a program that implements the concept of inheritance. For example: in the following scenario. Air university is inherited by both student and instructor class In main () you…
Write a program that implements the follow ing functions int partial sum(int dat
Write a program that implements the follow ing functions int partial sum(int data[], int start, int end) void partial print(int data[], int start, int end) The function partial su…
Write a program that implements the following arithmetic expression: EAX = -val2
Write a program that implements the following arithmetic expression: EAX = -val2 + 7 - val3 + val1 where val1 = 4, val2 = 8, and val3 = 7 In comments next to each instruction, wri…
Write a program that implements the following disk-scheduling algorithms from ch
Write a program that implements the following disk-scheduling algorithms from chapter 9 in your text: Your program will service a disk with n cylinders numbered 0 to n-1. The prog…
Write a program that implements the following disk-scheduling algorithms: a. FCF
Write a program that implements the following disk-scheduling algorithms: a. FCFS b. SSTF c. SCAN d. C-SCAN e. LOOK f. C-LOOK Your program will service a disk with 5,000 cylinders…
Write a program that implements the following functions The function partial sum
Write a program that implements the following functions The function partial sum returns the sum of the array elements with indexes [start - end] and the function partial print pr…
Write a program that implements the following functions int partialsum(int data[
Write a program that implements the following functions int partialsum(int data[], int start, int end) void partialprint(int data[], int start, int end) The function partialsum re…
Write a program that implements the following functions iteratively (no recursio
Write a program that implements the following functions iteratively (no recursion). double factorial (int n) double exponent (double x, int n) The functions implemented should fol…
Write a program that implements the following functions. The functions implement
Write a program that implements the following functions. The functions implemented should follow below guidelines Factorial: Computes n! = n x (n - 1) x ... x 1 long factorial(int…
Write a program that implements the following functions. long factorial (int n)
Write a program that implements the following functions. long factorial (int n) double exponent(double x, int n) The functions implemented should follow below guidelines Factorial…
Write a program that implements the following functions. long factorial(int n) d
Write a program that implements the following functions. long factorial(int n) double exponent(double x, int n) The functions implemented should follow below guidelines Factorial:…
Write a program that implements the following pseudo code: Declare and initializ
Write a program that implements the following pseudo code: Declare and initialize arrays/variables Display menu 1. create a dynamic array of random elements (array size indicated …
Write a program that implements the following pseudo code: Declare and initializ
Write a program that implements the following pseudo code: Declare and initialize arrays/variables Display menu. 1. Create a dynamic array of random elements (array size indicated…
Write a program that implements the secant method for root finding. Your program
Write a program that implements the secant method for root finding. Your program is a variant of the Newton-Raphson method, so you should be able to modify the Chapter 6_11 code f…
Write a program that implements this simple transpositionsort: for (i = 0; i
Write a program that implements this simple transpositionsort:       for (i = 0; i <SIZE;++i)          for (j=i+ 1; j < SIZE; ++j)             if(a[i] > a[j])            …
Write a program that implements three classes: “Shape” class, “Circle” class, an
Write a program that implements three classes: “Shape” class, “Circle” class, and the “Square” class. The Circle class and the square class are to be subclasses of the super class…
Write a program that imports a file with the answer key student id\'s, and the s
Write a program that imports a file with the answer key student id's, and the student's answers to a true/false test.  The exam has 20 questions and the answer key is: TFFTFFTTTTF…
Write a program that include the following function: void insert0(int n, int a1[
Write a program that include the following function: void insert0(int n, int a1[], int a2[]); that has as input an integer array a1[] of length n and as output an integer array a2…