subject

Write an algorithm to find who in the group has the smallest negative balance. Input:

The input to the function/method consists of three arguments:

numRows, an integer representing the number of debt records.

numCols, an integer representing th enumber of elements in debt records. It is always 3.

debts, a list of triplet representing debtRecord consisting of a string borrower, a string lender, and an integer

amount, representing the debt record.

Output:

Return a list of strings representing an alphabetically ordered list of members with the smallest negative balance.

If no team member has a negative balance then return a list containing the string "Nobody has a negative balance".

Constraints:

1 ≀ numRows ≀ 2*10^5

1 ≀ amount in debts ≀ 1000

1 ≀ length of borrower and lender in debts ≀ 20

borrower | lender | amount

Alex | Blake | 2

Blake | Alex | 2

Casey | Alex | 5

Bl

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 21:20
For positive constants a and b, the force between two atoms in a molecule is given f(r) = βˆ’a r2 + b r3 , where r > 0 is the distance between the atoms. note: a and b are upper case letters. (a) find f '(r) = (b) find the critical point for f(r). r = (c) find f ''(r) = (d) find the value of r so that f ''(r) = 0.
Answers: 1
question
Computers and Technology, 24.06.2019 08:00
How can smart devices benefit businesses, organizations, and social communities in the global marketplace?
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Which best describes the condition under which the unicode output is the same as plain text ?
Answers: 1
question
Computers and Technology, 24.06.2019 14:30
Two students are discussing electricity that has a frequency of 60 hz. student a says that this type of electricity is referred to as ac. student b says that in this type of electricity, the electrons flow in only one direction. which of the following statements is correct? a. only student a is correct b. only student b is correct c. both of the two students are correct d. neither of the two students is correct
Answers: 1
You know the right answer?
Write an algorithm to find who in the group has the smallest negative balance. Input:

...
Questions
question
Mathematics, 20.09.2019 04:00
question
Mathematics, 20.09.2019 04:00
question
Mathematics, 20.09.2019 04:00
Questions on the website: 13722361