subject
Computers and Technology, 19.03.2021 01:00 Idkdumb

Assume that T(n)=X2+Y2 is the final complexity function of the following pseudocode. k = 1;

repeat n times {

for (i=1; i<= n2; i++) {

doSomething() // O(1)

}

for (j=1; j<(n-1); j++) {

for (p=0; p<j; p++) {

doSomething() // O(1)

}

}

k++;

}

Which of the following represents the value of Y as a function of n?
Select one:
a. n3βˆ’n2
b. n3+n2
c. O(n)
d. n3βˆ’3n2+2n​

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:50
Which is the best minecraft server? a. mineplex b. worldonecraft c. 9b9t d. 2b2t
Answers: 2
question
Computers and Technology, 23.06.2019 02:00
Arecipients list has been loaded into a document. which commands should be clicked in order to filter the list so that letters will not be printed for recipients who live in a certain state? mailings tab, start mail merge, select recipients, type new list, then insert only contacts from the desired states mailings tab, rules, select recipients, use existing list, then choose a recipients list that includes only contacts in certain states mailings tab, select recipients, use existing list, rules, fill in, then type in certain states mailings tab, rules, skip record select β€œstate” under field name, then type in the state name under β€œequal to”
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
Need ! will choose brainliest! discuss the role of abstraction in the history of computer software.
Answers: 1
question
Computers and Technology, 23.06.2019 18:50
Ais a picture icon that is a direct link to a file or folder
Answers: 1
You know the right answer?
Assume that T(n)=X2+Y2 is the final complexity function of the following pseudocode. k = 1;
Questions
question
Computers and Technology, 06.10.2020 20:01
Questions on the website: 13722363