1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Sonja [21]
3 years ago
7

Which of the following shows a list of Big-Oh running times in order from slowest to fastest?

Computers and Technology
2 answers:
Irina18 [472]3 years ago
8 0

Answer: I pretty much agree with him.

Explanation:

Rufina [12.5K]3 years ago
5 0

Answer:

O(N!), O(2N), O(N2), O(N), O(logN)

Explanation:

N! grows faster than any exponential functions, leave alone polynomials and logarithm. so O( N! ) would be slowest.

2^N would be bigger than N². Any exponential functions are slower than polynomial. So O( 2^N ) is next slowest.

Rest of them should be easier.

N² is slower than N and N is slower than logN as you can check in a graphing calculator.

NOTE: It is just nitpick but big-Oh is not necessary about speed / running time ( many programmers treat it like that anyway ) but rather how the time taken for an algorithm increase as the size of the input increases. Subtle difference.

You might be interested in
In cell j6, enter a formula to determine the cost of gas if the customer chose that option as indicated in column i. if the cust
Alex73 [517]

Answer:

a t t i c

Explanation:

7 0
3 years ago
An array of integers named parkingTickets has been declared and initialized to the number of parking tickets given out by the ci
Sedaia [141]

Answer:

Following code will store the largest value in array parkingTickets in the variable mostTickets

mostTickets = parkingTickets[0];

for(int k = 0; k<parkingTickets.length; k++)

{

if(parkingTickets[i]>mostTickets)

{

 mostTickets = parkingTickets[i];

}

}

Explanation:

In the above code segment, initially the number of tickets at first index is assumed as largest value of tickets in array.

Then using a for loop each value in the array parkingTickets is compared with the current mostTickets value.

If the compared value in parkingTickets array is larger than the current mostTickets value. Then that value is assigned to mostTickets.

This process is repeated for all elements in array.

Thus after looping through each element of array the largest value in array will get stored in mostTickets variable.  

6 0
3 years ago
Step of opening browser on computer​
Katena32 [7]

Regardless of which version of Windows you have, you can also open the browser from the start menu. Select the start button and type in Chrome. If the Chrome browser is on your computer, it will be displayed in the menu, where you can now see the icon and select it to open.

                                   <3

3 0
3 years ago
Pretend you work with a lot of different documents in an internship with a software development company. What kinds of actions c
andrew11 [14]

The kinds of actions that i will take to keep your files, folder names, folder structure, and yourself organized are:

  • I will make use of the Default Installation Folders.
  • I will create one Place to place all Documents.
  • I will make Folders using  Logical Hierarchy.
  • I will also Nest Folders inside Folders.
  • I will use the File Naming Conventions, etc.

<h3>How do I keep my folders organized?</h3>

For any kind of file arrangement it entails the act of keeping files in an organized manner that one can easily trace back if one is in need of that file.

There it is good to Sort your files every time such as once a week and as such:

The kinds of actions that i will take to keep your files, folder names, folder structure, and yourself organized are:

  • I will make use of the Default Installation Folders.
  • I will create one Place to place all Documents.
  • I will make Folders using  Logical Hierarchy.
  • I will also Nest Folders inside Folders.
  • I will use the File Naming Conventions, etc.

Learn more about files from

brainly.com/question/1012126

#SPJ1

6 0
2 years ago
Edna needs a safer car to drive. She likes to travel a lot, so she is looking for a small SUV. She is trying to decide between b
Tasya [4]

Answer: Buy a new car

Explanation: If its a used car its breaks will be worn out and more likely the breaks will stop working in 6 months and you have to change them. May the forse be with you.

3 0
3 years ago
Other questions:
  • what has become an established maritime commerce Center and one of the largest cities in the United states ​
    11·1 answer
  • In terms of resource utilization, a /an application may require higher local
    8·1 answer
  • The ________ phase is a technical blueprint for a whole system which captures all aspects of how the system's components will fu
    9·1 answer
  • How would you define media literacy?
    12·1 answer
  • Which OS does NOT provide users with a GUI?
    5·1 answer
  • A(n) __________ is a server with the original copy of the data that others need.
    12·1 answer
  • 2 ways to make your computer work faster ( please help asap )
    6·1 answer
  • What is the largest value that can be represented by 6 binary digits? .
    5·1 answer
  • What will the computer do in response to a line of code reading # name = input("What is your name?")
    7·1 answer
  • A _____________ delivers all the files that form web pages
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!