Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1182 / 1333
Write an in-place, linear-time algorithm that takes as input the linked list con
Write an in-place, linear-time algorithm that takes as input the linked list constructed by the Merge Sort 4 algorithm (Algorithm 7.4 ) and stores the records in the contiguous ar…
Write an individual program of your choosing. You decide what problem you want t
Write an individual program of your choosing. You decide what problem you want to solve and write the program to solve it. It must include a written description of what the progra…
Write an industrial-strength quicksort function with the followingenhancements:
Write an industrial-strength quicksort function with the followingenhancements: After sorting the first, middle, and last elements (usingbubblesort), use the median as a pivot, in…
Write an infix to postfix converter as described in chapter 6. Use code from cha
Write an infix to postfix converter as described in chapter 6. Use code from chapter 7 to implement a stack (can be array based or linked based). Assume: 1. variables …
Write an infix to postfix converter as described in chapter 6. Use code from cha
Write an infix to postfix converter as described in chapter 6. Use code from chapter 7 to implement a stack (can be array based or linked based). Assume: 1. variables …
Write an inflation calculator. Input should be amount, rate of inflation and num
Write an inflation calculator. Input should be amount, rate of inflation and number of years. Output should be the future value of the amount. not sure if my counter or my math i…
Write an informal paper that is exactly 3 pages long not counting the reference
Write an informal paper that is exactly 3 pages long not counting the reference page or cover page. The paper should be on one of the following subjects: Access to Cable, Broadcas…
Write an inheritance hierarchy for class Quadrilateral, Trapezoid, Parallelogram
Write an inheritance hierarchy for class Quadrilateral, Trapezoid, Parallelogram, Rectangle, and Square. Use Quadrilateral as the super class of the hierarchy. Make the hierarchy …
Write an inheritance hierarchy for classes Quadrilateral, Parallelogram, Rectang
Write an inheritance hierarchy for classes Quadrilateral, Parallelogram, Rectangle and Square. Use Quadrilateral as the superclass of the hier…
Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogr
Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogram, Rectangle and Square. Use Quadrilateral as the base class of the hierarchy. Create and use a Po…
Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogr
Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogram, Rectangle and Square. Use Quadrilateral as the base class of the hierarchy. Create and use a Po…
Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogr
Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogram, Rectangle and Square. Use Quadrilateral as the base class of the hierarchy. Create and use a Po…
Write an inheritance hierarchy for classes Quadrilateral,Trapezoid, parallelogra
Write an inheritance hierarchy for classes Quadrilateral,Trapezoid, parallelogram, Rectangel and Square. UseQuadrilateral as the base class of the hierarchy. Make thehieraracy as …
Write an inheritance hierarchy for classes Quadrilateral,Trapezoid, parallelogra
Write an inheritance hierarchy for classes Quadrilateral,Trapezoid, parallelogram, Rectangel and Square. UseQuadrilateral as the base class of the hierarchy. Make thehieraracy as …
Write an inheritance hierarchy of three-dimensional shapes. First, you should cr
Write an inheritance hierarchy of three-dimensional shapes. First, you should create an abstract class that represents all ThreeDimensionalShapes and has methods for finding the v…
Write an inheritance hierarchy of three-dimensional shapes. Make a top-level sha
Write an inheritance hierarchy of three-dimensional shapes. Make a top-level shape class that has methods for getting information such as the volume and surface area of a three- d…
Write an inheritance hierarchy of three-dimensional shapes. Make a top-level sha
Write an inheritance hierarchy of three-dimensional shapes. Make a top-level shape interface that has methods for getting information such as the volume and surface area of a thre…
Write an inheritance hierarchy of three-dimensional shapes. Make a top-level sha
Write an inheritance hierarchy of three-dimensional shapes. Make a top-level shape interface that has methods for getting information such as the volume and surface area of a thre…
Write an initial response to the following three discussion prompts. Post your r
Write an initial response to the following three discussion prompts. Post your response to the discussion board. With respect to Ohm's Law, explain in your own words what is meant…
Write an inline function that will take as input the Fahrenheit temperature and
Write an inline function that will take as input the Fahrenheit temperature and output the Centigrade temperature Write a script file that will call the function file developed in…
Write an insert-by-position method in a linked list class. The list contains Str
Write an insert-by-position method in a linked list class. The list contains Strings, is doubly-linked and non-circular; it does not have a tail reference. Position is an incoming…
Write an insertion sort algorithm that is appropriate for a linked list.v Soluti
Write an insertion sort algorithm that is appropriate for a linked list.v
Write an instruction that subtracts the 64 bit A register from the 64 bit D regi
Write an instruction that subtracts the 64 bit A register from the 64 bit D register and places the result in the 64 bit D register Write an instruction that increments the 16 bit…
Write an integer calculator. This should be able to handle +, -, / (integer divi
Write an integer calculator. This should be able to handle +, -, / (integer division), and *(integer multiplying) until a '#' character is reached instead of an operation. Ignore …
Write an integer function (named the odd) implementing a loop that examines the
Write an integer function (named the odd) implementing a loop that examines the elements of a one-dimensional array of integers (provided through the calling arguments). The funct…
Write an integer function (named the odd) implementing a loop that examines the
Write an integer function (named the odd) implementing a loop that examines the elements of a one-dimensional array of integers (provided through the calling arguments). The funct…
Write an inter process communication program in C language to exchange message b
Write an inter process communication program in C language to exchange message between parent process and child processes. This Assignment is aimed to learn fork() and pipe() func…
Write an interactive C program that plays a game of hangman. Store the word to b
Write an interactive C program that plays a game of hangman. Store the word to be guessed in successive elements of an array of individual characters called word. The player must …
Write an interactive C++ program that gets a single input of an integer. Use nes
Write an interactive C++ program that gets a single input of an integer. Use nested repetition control structures better known as "loops" to output a hollow square shape using jus…
Write an interactive C++ program that helps a company calculate weekly payroll f
Write an interactive C++ program that helps a company calculate weekly payroll for their hourly employees. The program should read in the hourly pay rate of the employee and the n…
Write an interactive C++ program that inputs a name from the user in the followi
Write an interactive C++ program that inputs a name from the user in the following format Last, first middle The program should then output the name in the following format First …
Write an interactive C++ program that uses a function to calculate the volume of
Write an interactive C++ program that uses a function to calculate the volume of a ball. The following code has numerous mistakes. Fix the mistakes and add any missing statements …
Write an interactive C++ program that uses the heap implementation of a priority
Write an interactive C++ program that uses the heap implementation of a priority queue to monitor the flow of patients in a large hospital. The program will maintain information a…
Write an interactive C++ program whose input is a series of 12 temperatures from
Write an interactive C++ program whose input is a series of 12 temperatures from the user. It should write out on file tempdata.dat each temperature as well as the difference betw…
Write an interactive C++ program whose input is a series of 12 temperatures from
Write an interactive C++ program whose input is a series of 12 temperatures from the user. It should write out on file tempdata.dat each temperature as well as the difference betw…
Write an interactive Java payroll application that calculates the net pay for a
Write an interactive Java payroll application that calculates the net pay for a factory worker. The program prompts the user for skill level and hours worked, as well as appropria…
Write an interactive Java payroll application that calculates the net pay for a
Write an interactive Java payroll application that calculates the net pay for a factory worker. The program prompts the user for skill level and hours worked, as well as appropria…
Write an interactive Java program. The program should prompt the user to enter t
Write an interactive Java program. The program should prompt the user to enter their first, and last name separately. Then prompt the user for a radius and height. Finally, prompt…
Write an interactive Java program. Write a class called Animal that contains ins
Write an interactive Java program. Write a class called Animal that contains instance data the represents the animal’s name, age, type, and number of years equal to people years. …
Write an interactive Java program. Write a class called Animal that contains ins
Write an interactive Java program. Write a class called Animal that contains instance data the represents the animal’s name, age, type, and number of years equal to people years. …
Write an interactive Java program. Write a number guessing game program. Ask the
Write an interactive Java program. Write a number guessing game program. Ask the player how many games they would like to play. Then ask the player to pick a difficulty level for …
Write an interactive program Palindrome.java that prompts the user “Give me a Pa
Write an interactive program Palindrome.java that prompts the user “Give me a Palindrome?”.The program will find out if the input word or sentence is a palindrome or not The progr…
Write an interactive program called PigLatin that reads strings input by the use
Write an interactive program called PigLatin that reads strings input by the user, converts each string into “Pig Latin”, and then prints it out. Pig Latin is English with the ini…
Write an interactive program called PigLatin that reads strings input by the use
Write an interactive program called PigLatin that reads strings input by the user, converts each string into “Pig Latin”, and then prints it out. Pig Latin is English with the ini…
Write an interactive program in C++ which maintains a German-English dictionary.
Write an interactive program in C++ which maintains a German-English dictionary. The user should be able to carry out any of the following transactions: 1) add a German term and i…
Write an interactive program in C++ which maintains a German-English dictionary.
Write an interactive program in C++ which maintains a German-English dictionary. The user should be able to carry out any of the following transactions: 1) add a German term and i…
Write an interactive program that asks the user to supply threeintegers k,m,and
Write an interactive program that asks the user to supply threeintegers k,m,and n with k being greater than one. Your programshould compute the sum of all the integers between m a…
Write an interactive program that computes the area of a square or a triangle. T
Write an interactive program that computes the area of a square or a triangle. The user is first prompted to enter the first character of the figure type (S or T). Then the user i…
Write an interactive program that computes the volume of a 3-dimensional object.
Write an interactive program that computes the volume of a 3-dimensional object. The program must prompt the user to enter (1) the geometric object type (cylinder or rectangular p…
Write an interactive program that performs fractional calculations. You need def
Write an interactive program that performs fractional calculations. You need define a class fracType for a fractional number according to the UML diagram below: fracType - numerat…