Line 134: Char 6: note: candidate function not viable: no known conversion from 'Segment [2]' to 'int *' for 1st argument
void heapSort(int arr[], int n)

Answers

Answer 1

The declaration of the heapSort function reads :void heapSort(int arr[], int n);

What is  heapSort function?

The declaration of the heapSort function reads

void heapSort(int arr[], int n);

The first parameter of the function heapSort has the type int arr[], which the compiler converts to the type int *.

Segment arr[] = { {{0, 0}, {0, 4}}, {{1, 0}, {5, 0}}};int n = sizeof(arr)/sizeof(arr[0]);heapSort(arr, n);

However, you are calling the method and sending as the first parameter an array of the type Segment[2].

Additionally, once the compiler implicitly changes the type of the first parameter int[] to the type int *, there is no conversion from Segment[2] (the type of the array arr used as a function argument) to int * (the type of the function's first parameter).

One alternative is to rebuild the heapSort function as a template function, such as

template <typename T>

void heapSort( T arr[], int n);

To learn more about heapSort function refer to:

https://brainly.com/question/29311283

#SPJ4


Related Questions

Which is a graphical tool used to represent task duration but not sequence?
A. CPM
B. Network Diagram
C. Pert
D. Gantt

Answers

CPM is a graphical tool used to represent task duration but not sequence.

What is the CPM used for?

The critical path method (CPM) is known to be a method  where a person identify tasks that that are essential for project completion and know its scheduling flexibilities.

Therefore, CPM is a graphical tool used to represent task duration but not sequence.

Learn more about graphical tool from

https://brainly.com/question/12980786

#SPJ1

What additional uses of technology can u see in the workplace

Answers

Answer:

Here are some additional uses of technology in the workplace:

Virtual reality (VR) and augmented reality (AR) can be used for training, simulation, and collaboration. For example, VR can be used to train employees on how to operate machinery or to simulate a customer service interaction. AR can be used to provide employees with real-time information or to collaborate with colleagues on a project.Artificial intelligence (AI) can be used for a variety of tasks, such as customer service, data analysis, and fraud detection. For example, AI can be used to answer customer questions, identify trends in data, or detect fraudulent activity.Machine learning can be used to improve the accuracy of predictions and decisions. For example, machine learning can be used to predict customer churn, optimize marketing campaigns, or improve product recommendations.Blockchain can be used to create secure and transparent records of transactions. For example, blockchain can be used to track the provenance of goods, to manage supply chains, or to record financial transactions.The Internet of Things (IoT) can be used to connect devices and collect data. For example, IoT can be used to monitor equipment, track assets, or collect data about customer behavior.

These are just a few of the many ways that technology can be used in the workplace. As technology continues to evolve, we can expect to see even more innovative and creative uses of technology in the workplace.

Which of the following clauses will stop the loop when the value in the intPopulation variable is less than the number 5000?

Answers

Answer:All of the above

Explanation:

Match the different aspects of the marketing information systems to the scenarios that portray them.
1. Marketing intelligence system
2. Internal reporting system
3. Marketing model
4. Marketing research system

A. includes number of orders received, stock holdings, and sales invoices
B. MIS collects, regulates, and analyzes data for marketing plan
C. gathers information such as demographic data
D. includes time series, sales model, and linear programming

Answers

Answer:

1. Marketing intelligence system - C

2. Internal reporting system - A

3. Marketing model - D

4. Marketing research system - B

Explanation:

Sergio has been asked to make a set of data that was once restricted now available to any users. What data type will Sergio apply to this set of data

Answers

The data type Sergio will apply to this set of data that was once restricted to become available to all users is: Public.

A database can be defined as a structured or organized collection of data that are stored on a computer system and usually accessed electronically.

A data type refers to the content of both structured and unstructured data while organizing them into categories based on specific criteria, especially for access or usage, easy retrieval, sorting, and storage by users.

In Computer and technology, the three (3) main data type with respect to restrictions on its access or usage are:

PrivateProtectedPublic

A public data is typically made up of variables that are visible and accessible to all classes or users.

In conclusion, Sergio should make the data a public data, in order to make them available to all users.

Read more: https://brainly.com/question/13889633

What is the benefit of making an archive folder visible in the Outlook folder list?

This makes the folder available on the Office 365 website.
The folder can be password protected to increase security.
Archived items in the folder are accessible within the Outlook client.
Archived items in the folder can be shared with other Outlook users.

Answers

Answer:

a

Explanation:

Write a program that prompts a user to enter the number of elements to store in an array. Then prompt the user to enter all the numbers stored in the array.
The program should then cycle through the array to see if any numbers are divisible by 5. If any number is divisible by 5 print out which ones are and identify them in the output.

Answers

Answer:

Here's an example of a program that does what you've described:

# Get the number of elements in the array

n = int(input("Enter the number of elements to store in the array: "))

# Initialize the array

arr = []

# Get the elements of the array from the user

print("Enter the elements of the array:")

for i in range(n):

   arr.append(int(input()))

# Print out which numbers are divisible by 5

print("The following numbers are divisible by 5:")

for i, x in enumerate(arr):

   if x % 5 == 0:

       print(f"{i}: {x}")

This program will first prompt the user to enter the number of elements in the array. It then initializes an empty array and prompts the user to enter each element of the array. Finally, it loops through the array and prints out the index and value of any element that is divisible by 5.

Explanation:

I have a global variable that I want to change and save in a function (in python). I have an if statement contained in a while loop where the code will pass the if and go to the elif part first, and runs the code with certain numbers, and changes some of them. Because of the changed numbers when the while loop runs again it should enter the if part, but it doesn't It uses the old values as if the function has not been run. FYI I am returning the values at the end of the function, it still doesn't work

Answers

From the above scenario, It appears that you could be facing a problem with the scope of your global variable. So It is essential to declare a global variable within a function before modifying it, to avoid creating a new local variable.

Why does the code  not work?

For instance, by using the global keyword within a function, such as my_function(), Python will know that the aim is to change the my_global_variable variable defined outside the function's boundary.

Therefore, When the my_function() is invoked in the while loop, it alters the global variable that is subsequently assessed in the if statement.

Learn more about  code  from

https://brainly.com/question/26134656

#SPJ1

I have a global variable that I want to change and save in a function (in python). I have an if statement

2.1.3. List any 3 constraints.​

Answers

Answer:

1. Scope

2. Cost

3. Time

The smallest unit of storage is​

Answers

Answer:

Hey mate......

Explanation:

The smallest unit of storage is Bytes......

hope it helps you,

mark me as the brainliest,

follow me..........

what is the input for air cooler computer science​

Answers

Answer:

cooling

Explanation:

Air cooling is a process of lowering air temperature by dissipating heat. It provides increased air flow and reduced temperatures with the use of cooling fins, fans or finned coils that move the heat out of a casing such as a computer …

In order to average together values that match two different conditions in different ranges, an excel user should use the ____ function.

Answers

Answer: Excel Average functions

Explanation: it gets the work done.

Answer:

excel average

Explanation:

explain how the thermostat supports the peripherals used in the project. make sure that you have included all the required details from the scenario in your report. you should discuss each of the three outlined hardware architectures, including ti, microchip, and freescale.

Answers

The project's peripherals are backed by the thermostat, which gives the system the required power and control logic.

About thermostat

The MSP430 microcontroller in the TI architecture handles the thermostat's heat detection, displays, and control operations. The MSP430 communicates with peripherals like the temperature sensor and display and supplies the system with the appropriate control logic. Through its voltage regulator and a battery management system, it also powers the system. The PIC16F microcontroller from Microchip serves as the system's controller in the architecture. The temperature sensor, monitor, and other peripherals are all connected up through it as well. Throughout its voltage regulator & battery management system, it also powers the system.

To know more about thermostat
https://brainly.com/question/22598217
#SPJ4

In Java only please:
4.15 LAB: Mad Lib - loops
Mad Libs are activities that have a person provide various words, which are then used to complete a short story in unexpected (and hopefully funny) ways.

Write a program that takes a string and an integer as input, and outputs a sentence using the input values as shown in the example below. The program repeats until the input string is quit and disregards the integer input that follows.

Ex: If the input is:

apples 5
shoes 2
quit 0
the output is:

Eating 5 apples a day keeps you happy and healthy.
Eating 2 shoes a day keeps you happy and healthy

Answers

Answer:

Explanation:

import java.util.Scanner;

public class MadLibs {

   public static void main(String[] args) {

       Scanner input = new Scanner(System.in);

       String word;

       int number;

       do {

           System.out.print("Enter a word: ");

           word = input.next();

           if (word.equals("quit")) {

               break;

           }

           System.out.print("Enter a number: ");

           number = input.nextInt();

           System.out.println("Eating " + number + " " + word + " a day keeps you happy and healthy.");

       } while (true);

       System.out.println("Goodbye!");

   }

}

In this program, we use a do-while loop to repeatedly ask the user for a word and a number. The loop continues until the user enters the word "quit". Inside the loop, we read the input values using Scanner and then output the sentence using the input values.

Make sure to save the program with the filename "MadLibs.java" and compile and run it using a Java compiler or IDE.

The Nigerian 4-6-9 scam refers to a fraudulent activity whereby individuals claiming to be from a foreign country will promise a victim large sums of money for assisting them in secretly moving large sums of money.

a. True
b. False

Answers

Answer:

b. False

Explanation:

The system of fraud is called 4-1-9 scam. And yes, victims are always promised large sum of money to secretly help in moving a large sum of money.

Upload your completed Lesson 8 Simulation here. 8.Organizing Content in Tables

Answers

Tables are an effective way to organize and present information in a structured and easy-to-read format.

How to explain the table

Here are some tips on how to effectively organize content in tables:

Determine the purpose of the table: Before creating a table, identify the purpose and the message you want to convey. Determine what kind of information you want to include in the table and how it can be best presented.

Use clear and concise headings: Use headings that are brief and clearly describe the content in each column or row. Headings help the reader to quickly identify the content and understand the structure of the table.

Keep the table simple and easy to read: Avoid using too many colors, borders, and font styles. Keep the table clean and simple, with clear lines and easy-to-read fonts.

Use consistent formatting: Ensure that the table formatting is consistent throughout the document. Use the same font size, style, and color for all the tables.

Group similar items together: Organize the table by grouping similar items together. This makes it easier for the reader to compare and analyze the information.

Use appropriate units of measure: Use appropriate units of measure for the data presented in the table. For example, use dollars for financial data, and use percentages for statistical data.

Use appropriate table type: Choose the appropriate table type to present the data. There are various types of tables such as comparison tables, frequency tables, and contingency tables, among others. Choose the type that best suits your data.

Consider accessibility: Ensure that the table is accessible to everyone, including those with visual impairments. Use alt text to describe the content of the table, and ensure that the table is navigable with a screen reader.

By following these tips, you can create effective and easy-to-read tables that convey the message you want to share with your readers.

Learn more about tables on;

https://brainly.com/question/28768000

#SPJ1

fine the average of 5,2,3​

Answers

Answer:

3 1/3

Explanation:

In this assignment, you will use all of the graphics commands you have learned to create an animated scene. Your program should have a clear theme and tell a story. You may pick any school-appropriate theme that you like.

The program must include a minimum of:

5 circles
5 polygons
5 line commands
2 for loops
1 global variable
You may wish to use the standard code for simplegui graphics below:

import simplegui

def draw_handler(canvas):

frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("Black")
frame.set_draw_handler(draw_handler)
frame.start()

Answers

Using the knowledge of computational language in python it is possible to write a code that graphics commands you have learned to create an animated scene.

Writting the code:

def screensaver(canvas):

   global position

   position[0] += 2

   if not position[0] < limits[1] - square_size:

       position[0] = limits[0]

   position[1] += 3

   if not position[1] < limits[3] - square_size:

       position[1] = limits[2]

   for i in range(5):

            # dx, dy = 0, 0

       px, py = position[0] + dx, position[1] + dy

       if px >= limits[1] - square_size:

           px = limits[0] + px - limits[1] + square_size

       if py >= limits[3] - square_size:

           py = limits[2] + py - limits[3] + square_size

       sq = square(px, py, square_size)

       canvas.draw_polygon(sq, pen_width, 'White')

       cnt = center(px, py, square_size)

       canvas.draw_circle(cnt, circle_size, pen_width / 2, colors[color])

       pl = plus(px, py, square_size)

       for ln in pl:

           canvas.draw_line(ln[0], ln[1], pen_width / 2, 'Blue')

def draw_handler(canvas):

   text_width = frame.get_canvas_textwidth(message, font_size)

   centered_x = (width - text_width) / 2

   canvas.draw_text(message, [centered_x, 112], font_size, 'Red')

See more about python at brainly.com/question/30427047

#SPJ1

In this assignment, you will use all of the graphics commands you have learned to create an animated

8
Among the structural semantic elements, which of these elements represents a section of content that is independent of a web page or site content?
a) section
b) article
c) header
d) aside

Answers

The elements represents a section of content that is independent of a web page or site  is article

What is meant by web page ?

A web page is a straightforward document that a browser can see. These publications are created using the HTML coding system (which we look into in more detail in other articles). A web page can incorporate many various sorts of resources, including style data, which governs the appearance and feel of the page.

A web page is a document that may be found online. A web browser can be used to view web pages that are stored on a web server. Huge amounts of text, graphics, audio, video, and hyperlinks can all be found on a single web page. To other web pages, use these hyperlinks.

To learn more about web page refer to:

https://brainly.com/question/28431103

#SPJ1

The elements represents a section of content that is independent of a web page or site  is article.

What is meant by web page ?A web page is a straightforward document that a browser can see. These publications are created using the HTML coding system (which we look into in more detail in other articles). A web page can incorporate many various sorts of resources, including style data, which governs the appearance and feel of the page.A web page is a document that may be found online. A web browser can be used to view web pages that are stored on a web server. Huge amounts of text, graphics, audio, video, and hyperlinks can all be found on a single web page. To other web pages, use these hyperlinks.

To learn more about Web page refer to:

https://brainly.com/question/28431103

#SPJ1

What enables image processing, speech recognition & complex gameplay in ai

Answers

Deep learning, a subset of artificial intelligence, enables image processing, speech recognition, and complex gameplay through its ability to learn and extract meaningful patterns from large amounts of data.

Image processing, speech recognition, and complex gameplay in AI are enabled by various underlying technologies and techniques.

Image Processing: Convolutional Neural Networks (CNNs) are commonly used in AI for image processing tasks. These networks are trained on vast amounts of labeled images, allowing them to learn features and patterns present in images and perform tasks like object detection, image classification, and image generation.Speech Recognition: Recurrent Neural Networks (RNNs) and their variants, such as Long Short-Term Memory (LSTM) networks, are often employed for speech recognition. These networks can process sequential data, making them suitable for converting audio signals into text by modeling the temporal dependencies in speech.Complex Gameplay: Reinforcement Learning (RL) algorithms, combined with deep neural networks, enable AI agents to learn and improve their gameplay in complex environments. Through trial and error, RL agents receive rewards or penalties based on their actions, allowing them to optimize strategies and achieve high levels of performance in games.

By leveraging these technologies, AI systems can achieve impressive capabilities in image processing, speech recognition, and gameplay, enabling a wide range of applications across various domains.

For more such question on artificial intelligence

https://brainly.com/question/30073417

#SPJ8

What messaging could unlock star potential for our strong, effective portfolio of topical pain relievers?​

Answers

The messaging that can unlock star potential for our strong, effective portfolio of topical pain relievers? are:

Topical analgesics Patient adherence, etc.

What is this statement about?

Topical analgesics are known to be a very common medications that are applied onto the skin to help to relieve pain.

Note that  Patient adherence to medical treatment is said to be a challenge, that also use that helps one to bear pain.

Therefore, The messaging that can unlock star potential for our strong, effective portfolio of topical pain relievers? are:

Topical analgesics Patient adherence, etc.

Learn more about messaging from

https://brainly.com/question/917245

#SPJ1

Discuss the objectives of business 8 marks​

Answers

Answer:

Objectives of Business – Profitability, Growth, Stability, Efficiency and Survival. Business means busy in some activities. Business means conducting activities such as – sale, purchase and manufacturing etc for profit and growth.

The main objectives that a business might have are: Survival – a short term objective, probably for small business just starting out, or when a new firm enters the market or at a time of crisis. Profit maximisation – try to make the most profit possible – most like to be the aim of the owners and shareholders.

before selecting the open or begin return button, which of the following statements regarding starting a new return in blockworks is incorrect?

Answers

When starting a new return in Blockworks, the incorrect statement is that the open or begin return button should be pressed before selecting the applicable tax year. The correct process is to select the applicable tax year before pressing the open or begin return button.

Blockworks is a web-based income tax return preparation and filing software platform. It is designed to make the process of filing taxes faster, easier, and more accurate. It allows users to quickly prepare and file their taxes online, and includes features such as auto-population of data, error checking, and support for multiple tax years.

Blockworks also provides users with access to tax professionals who can provide assistance with filing taxes, as well as provide advice and guidance on tax related issues. Blockworks is a secure platform, and all data is encrypted to ensure the safety and confidentiality of users' personal information.

Learn more about Blockworks:

https://brainly.com/question/29519720

#SPJ4

1) If a robot has a 3 bit instruction set and needs 20 instructions to reach its destination, how many bits of memory are required?


2) A robot driven by a raspberry Pi has 256MB of memory. The robot has a 3 bit instruction set. What is the maximum number of instructions that can be loaded into the robot?

3) Imagine that the robot with 256MB of memory needs 500,000 4-bit instructions to perform a job. Would it be possible to load in all the 500,000 instructions into the memory of the robot?

Answers

Answer:

Explanat500,000ion:

Network access methods used in PC networks are defined by the IEEE 802
standards.
O a.
False
O b. True

Answers

Answer: stand

Explanation:

Consumers affect which goods and services are produced because they _____.

name the goods and services produced
choose which goods and services to buy
select the capital goods used for production

Answers

Answer:

Choice B, "choose which goods and services to buy"

Explanation:

Consumers choose which goods and services to buy. Companies only want to provide goods and services they know will be bought. Therefore, consumers affect which goods and services are produced because they choose which goods and services to buy.

How can you ensure that messages from a trusted email address will not be identified as spam or junk email? Add the message to the Safe Senders list. Add the message to the Safe Recipients list. Right-click the message, and select Move to the Saved folder. Right-click the message, and select Move to the Archive folder.

Answers

Answer:

Yes it so that whenever a meassage is a spam you will notice some error in between the message and it come in a phishing method

Answer:

A.)  Add the message to the Safe Senders list.

Explanation:

Kiểm tra cặp số hứa hôn
Đầu vào : số nguyên n,m
Đầu ra : in ra n,m là cặp số hứa hôn và in ra không là số hứa hôn nếu ngược lại

Answers

Answer:

Sorry im not Vietnam so please explain it in English or ask someone who can speak Vietnam to help you

Question 4
Fill in the blank to complete the “increments” function. This function should use a list comprehension to create a list of numbers incremented by 2 (n+2). The function receives two variables and should return a list of incremented consecutive numbers between “start” and “end” inclusively (meaning the range should include both the “start” and “end” values). Complete the list comprehension in this function so that input like “squares(2, 3)” will produce the output “[4, 5]”.

Answers

The increment function will be written thus:

ef increments(start, end):

return [num + 2 for num in range(start, end + 1)]

print(increments(2, 3)) # Should print [4, 5]

print(increments(1, 5)) # Should print [3, 4, 5, 6, 7]

print(increments(0, 10)) # Should print [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]

How to explain the function

The increments function takes two arguments, start and end, which represent the inclusive range of numbers to be incremented.

The goal is to create a list of numbers incremented by 2 (n+2) using a list comprehension.

Learn more about functions on

https://brainly.com/question/10439235

#SPJ1

como hacer una suma de numeros binarios

Answers

Answer:

Suma de números Binarios

Operamos como en el sistema decimal: comenzamos a sumar desde la derecha, en nuestro ejemplo, 1 + 1 = 10, entonces escribimos 0 en la fila del resultado y llevamos 1 (este "1" se llama arrastre).

Other Questions
Which THREE sentences in this excerpt from Edgar Allan Poes The Tell-Tale Heart show that the narrator feels his crime will not be discovered?When I had made an end of these labors, it was four o'clockstill dark as midnight. As the bell sounded the hour, there came a knocking at the street door. I went down to open it with a light heart,for what had I now to fear? There entered three men, who introduced themselves, with perfect suavity, as officers of the police. A shriek had been heard by a neighbour during the night; suspicion of foul play had been aroused; information had been lodged at the police office, and they (the officers) had been deputed to search the premises.I smiled,for what had I to fear? I bade the gentlemen welcome. The shriek, I said, was my own in a dream. The old man, I mentioned, was absent in the country. I took my visitors all over the house. I bade them searchsearch well. I led them, at length, to his chamber. I showed them his treasures, secure, undisturbed. In the enthusiasm of my confidence, I brought chairs into the room, and desired them here to rest from their fatigues, while I myself, in the wild audacity of my perfect triumph, placed my own seat upon the very spot beneath which reposed the corpse of the victim.a. When I had made an end of these labors, it was four o'clockstill dark as midnight.b. I went down to open it with a light heart,for what had I now to fear?c. A shriek had been heard by a neighbor during the night; suspicion of foul play had been aroused; information had been lodged at the police office, and they (the officers) had been deputed to search the premises.d. I smiled,for what had I to fear? e. I bade them searchsearch well. Within 3 hours, the temperature in Oceanside falls by 8 degrees. If the temperature is now at 67 degrees Fahrenheit, what was the temperature 3 hours ago? Describan el derecho de conocer el funcionamiento del estado y de la autoridad Y porque es importante el conocimiento cvico y el inters por los asuntos pblicos There is one third of a cake shared equally between 5 children. How much of the cake does each child receive? Use the number line to help you. Question HelpJane took 30 min to drive her boat upstream to water-ski at her favorite spot. Coming back later in the day, at the same boat speed, took her 20 min. If the current inthat part of the river is 4 km per hr, what was her boat speed in still water?Her boat speed in still water was km per hr. Find the total cost of 901 computers that cost $508 each. Elements in the same______are more chemically similar.THIS IS URGENT!!!! List and count all the outcomes for event E, in which the product of the two numbers rolled is odd. Suppose you pay only the interest on a loan. Will the loan ever be paid off? Why or why not?a. No. Interest increases consistently throughout the term of the loan.b. No. If only the interest is paid, the principal never decreases. c. Yes. If only the interest is paid, the principal will decrease over time.d. Yes. All payments are split evenly between interest and principal. Completa las oraciones con forma pasiva correcta (con se) del verbo entre parntesis.La comida ( ) a las ocho. (servir)La clase de alemn ( ) por la tarde. (dar)Las tapas ( ) en platos pequeos. (comer)( ) diez personas para cantar en el coro. (necesitar) help me plzzzzzzzzzzzzzzzzz HELP HELP HELPIf your an expert please help me do these 5 quick algebra 1 questions for 50 points!Only answer if you know the answers to all of the questions please! ;) an older client with a long history of coronary artery disease (CAD) hypertension (HTN) and heart failure (HF) arrives in the Emergency (ED) in respiratory distress. the HCP prescribes furosemide IV. which therapeutic response to furosemide should the nurse expected in the client with acute HF? How do camels keep unwanted people or animals away from them 5|2x - 3| + 4 = 9How do you solve this ccording to political scientist amber boydstun, the media has a(n) for breaking stories and a(n) for covering them in greater depth. A pair of shoes is on sale for 15% off.With this discount,customers will save $9 if they buy the shoes.What was the original price of the shoes? Dr. Wu is now known as a distinguished scientist, but how did she achieve that? What decisions did she make over the course of her lifetime that enabled her to push past limits? The binding of an allosteric inhibitor to an enzyme causes the rate of product formation by the enzyme to decrease. Which best explains why this decrease occurs have the highest rates of star formation.target 1 of 6 2. the largest individual galaxies in the universe are known as blank.target 2 of 6 3. the collective activity of many supernova events in a relatively small volume of a galaxy can create blank.target 3 of 6 4. the most luminous objects in the universe a