Analyzing a property of an algorithm

Assignment Help C/C++ Programming
Reference no: EM13872115

The 3n + 1 problem Background

Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). In this problem you will be analyzing a property of an algorithm whose classification is not known for all possible inputs.

The Problem

Consider the following algorithm:

1. input n
2. print n
3. if n = 1 then STOP
4. if n is odd then n ← 3n + 1
5. else n ← n/2
6. GOTO 2

Given the input 22, the following sequence of numbers will be printed

22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1

It is conjectured that the algorithm above will terminate (when a 1 is printed) for any integral input value. Despite the simplicity of the algorithm, it is unknown whether this conjecture is true. It has been verified, however, for all integers n such that 0 < n < 1, 000,000 (and, in fact, for many more numbers than this.)

Given an input n, it is possible to determine the number of numbers printed before and including the 1 is printed. For a given n this is called the cycle-length of n. In the example above, the cycle length of 22 is 16.

For any two numbers i and j you are to determine the maximum cycle length over all numbers between and including both i and j.

The Input

The input will consist of a series of pairs of integers i and j, one pair of integers per line. All integers will be less than 10,000 and greater than 0.

You should process all pairs of integers and for each pair determine the maximum cycle length over all integers between and including i and j.

The Output

For each pair of input integers i and j you should output i, j, and the maximum cycle length for integers between and including i and j. These three numbers should be separated by at least one space with all three numbers on one line and with one line of output for each line of input. The integers i and j must appear in the output in the same order in which they appeared in the input and should be followed by the maximum cycle length (on the same line).

Reference no: EM13872115

Questions Cloud

Define the term security : Define the term security and list (and discuss in detail) the five main security measures.Give some data in healthcare management
Maximizing investor losses : Discuss the purpose for each, and suggest as least two (2) tax-planning strategies for ensuring that the IRS allows passive losses in order to reduce your tax liability
Question regarding the bernoulli effect : If the wings have surface area of 1200m2, how fast must the air flow over the upper surface of the wing if the plane is to stay in the air? Consider only the Bernoulli effect.
How much interest expense would be reported on the income : How much interest expense would be reported on the income statement for the year ending December 31, 2014? How would the balance of $375,201.09 at December 31, 2014 be reported on a balance sheet as of that date?
Analyzing a property of an algorithm : Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). In this problem you will be analyzing a property of an algorithm whose classification is not known for all possible in..
Comparing two different capital structures-equity plan : The NBA Corporation is comparing two different capital structures, an all-equity plan (Plan I) and a levered plan (Plan II). Under Plan I, NBA would have 200 shares of stock outstanding. Under Plan II, NBA would have 100 shares of stock and $5,000 in..
Evaluate the time interval required to empty : (a) Show that the time interval required to empty the tank is given by (b) Evaluate the time interval required to empty the tank if it is a cube 0.500 m on each edge, if A = 2.00 cm2, and d = 10.0 m.
Create a program to print a battleship grid to the console : Create a program to print a battleship grid to the console
Prepare journal entries to record acquisition of building : Prepare the journal entries to record The acquisition of the building and inception of the mortgage loan payable and The first mortgage payment on June 30, 2014.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Your project must use and demonstrate understanding

Your project must use and demonstrate understanding of:a. Variables b. Loops c. Decision statements d. File I/O e. Screen output f. Keyboard input g. Functions h. Arrays i. Searching and sorting j. Classes k. Objects l. Methods

  Payroll and uses the selection construct

This problem involves payroll and uses the selection construct. A possible restatement: An hourly employee's regular payRate is $16.78/hour for hoursWorked

  Write an application that creates a quiz

Write an application that creates a quiz, which contains at least 5 questions about a hobby, popular music, astronomy, or any other personal interest.

  Write the equation for the logic-hazard free function

Write the equation for the minimum Boolean function first. Now, eliminate all logic hazards that can result from the 0's

  Write c program which compute acceleration of jet fighter

Write a C++ program which compute the acceleration (m/s 2) of jet fighter launched from aircraft-carrier based catapult, provided jet's takeoff speed in km/hr

  Write two short c programs and solve exam-style problem

Write two short C programs and solve four exam-style problems.

  C programs hat print out the max, min, and the average value

Write three C programs that print out the max, min, and the average values of the data file included below. Be sure to include the outputs of the programs in your solutions. Use three data file structures (counter, sentinel, and neither counter/senti..

  Write main function to compute stress-strain in steel rod

Write a main function and the following functions to compute the stress and strain in a steel rod of diameter D (inches) and length L (inches) subject to the compression loads.

  Create a class named gamer that has a field for name

Create a class named Gamer that has a field for name(string) and a field for points(int).

  Write a program that gives a prompt to the users

Write a program that gives a prompt to the users, asking for an integer n. It then prints out a random permutation, on one line , of 1,2,.......n separated by spaces or lines.

  Boolean variable

Suggest one (1) example of a problematic programming situation or scenario that a Boolean variable could at least partially resolve. Justify your response

  Write a program that will find the smallest number

How to do the subsequent program WITHOUT USING Arrays - Write a program that will find the smallest, largest, and average values in a collection of N numbers. Get the value N before scanning each value in the collection of N numbers.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd