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
Zepler [3.9K]
3 years ago
12

*THIS IS THE ANSWER*

SAT
1 answer:
Marizza181 [45]3 years ago
3 0

Answer:

Thanks for the points my other answer got deleted lol

Explanation:

You might be interested in
Synonym for inculcated​
astraxan [27]

Answer:

instill, implant, ingrain, imprint, impress

7 0
3 years ago
The CSS Grid Layout is intended for ____________.
Nataliya [291]

Answer:

aligning items in columns and rows, allowing developers to easily control the rendering and appearance of large layouts and whole pages meant for the desktop, tablet, and smartphone displays.

Explanation:

5 0
2 years ago
65%of men consider themselves knowledgeable Football Fantasy XIV men are randomly selected find the probability that exactly eig
STatiana [176]
I'm confused on your question. Were 8 men randomly selected. Or 8 men randomly selected from "Football Fantasy XIV". In that case it would be all of them. But using 8 men*.65= 5.2. So it's gotta be 5 outta 8 men who think they be all knowing in fantasy football. I'm sorry lol I was confused I hoped I helped. Have a good day.
7 0
4 years ago
William julius wilson believes the cause of the emergence of an urban underclass is.
lapo4ka [179]

William Julius Wilson is known to be a popular man in history.  William Julius Wilson believes the cause of the emergence of an urban underclass is  economic and social structural deficits in society.

William Julius Wilson was known to be born December 20, 1935. He was a famous American sociologist.  He stated the importance of neighborhood effects and also showed how small employment opportunities and weakened institutional resources influenced poverty within American inner-city neighborhoods.

The underclass is known to be a collection of identifying traits, such as high rate of joblessness, single parents births etc.

See full question below

William Julius Wilson believes the cause of the emergence of an urban underclass is

a. the "culture of poverty."

b. prejudice and racism.

c. economic and social structural deficits in society.

d. too much immigration from some areas.

6 0
3 years ago
Once you have your heap structure created, next you must use it as a backing structure to a priority queue. Develop a PriorityQu
saveliy_v [14]

Using the knowledge in computational language in python it is possible to write a code that Develop a PriorityQueue data structure in a file.

<h3>Writting the code in python:</h3>

<em>import sys</em>

<em>class Node:</em>

<em>def __init__(self,key):</em>

<em>self.left = None</em>

<em>self.right = None</em>

<em>self.val = key</em>

<em>self.parent = None</em>

<em>class MinHeap:</em>

<em>def __init__(self, maxsize):</em>

<em>self.maxsize = maxsize</em>

<em>self.size = 0</em>

<em>self.Heap = Node(-1 * sys.maxsize )</em>

<em>self.FRONT = self.Heap</em>

<em># A utility function to do inorder tree traversal</em>

<em>def isLeaf(self, node):</em>

<em>if node.left == None and node.right == Node:</em>

<em>return True</em>

<em>return False</em>

<em># Function to swap two nodes of the heap</em>

<em>def swap(self, node1, node2):</em>

<em>node1.data, node2.data = node2.data, node1.data</em>

<em># Function to heapify the node at pos</em>

<em>def minHeapify(self, node):</em>

<em># If the node is a non-leaf node and greater</em>

<em># than any of its child</em>

<em>if not self.isLeaf(node):</em>

<em>if (node.data > node.left.data or</em>

<em>node.data > node.right.data):</em>

<em># Swap with the left child and heapify</em>

<em># the left child</em>

<em>if node.left.data < node.right.data:</em>

<em>self.swap(node, node.left)</em>

<em>self.minHeapify(node.left)</em>

<em># Swap with the right child and heapify</em>

<em># the right child</em>

<em>else:</em>

<em>self.swap(node, node.right)</em>

<em>self.minHeapify(node.right)</em>

<em># Function to insert a node into the heap</em>

<em>def insert(self, element):</em>

<em>if self.size >= self.maxsize :</em>

<em>return</em>

<em>self.size+= 1</em>

<em>self.bst_insert(FRONT, element)</em>

<em>current = FRONT</em>

<em>while current.parent != None and current.data < current.parent.data:</em>

<em>self.swap(current, current.parent)</em>

<em>current = current.parent</em>

<em># Function to print the contents of the heap</em>

<em>def Print(self):</em>

<em>self.inorder()</em>

<em># Function to build the min heap using</em>

<em># the minHeapify function</em>

<em>def inorder(self, root):</em>

<em>if root:</em>

<em>inorder(root.left)</em>

<em>print(root.val)</em>

<em>inorder(root.right)</em>

<em>def bst_insert(self, root, node):</em>

<em>if root is None:</em>

<em>root = node</em>

<em>else:</em>

<em>root.next = node</em>

<em>self.FRONT = node</em>

<em># Driver Code</em>

<em>if __name__ == "__main__":</em>

<em>r = Node(50)</em>

<em>bst_insert(r,Node(30))</em>

<em>bst_insert(r,Node(20))</em>

<em>bst_insert(r,Node(40))</em>

<em>bst_insert(r,Node(70))</em>

<em>bst_insert(r,Node(60))</em>

<em>bst_insert(r,Node(80))</em>

<em># Print inoder traversal of the BST</em>

<em>inorder(r)</em>

<em>print('The minHeap is ')</em>

<em>minHeap = MinHeap(15)</em>

<em>minHeap.insert(5)</em>

<em>minHeap.insert(3)</em>

<em>minHeap.insert(17)</em>

<em>minHeap.insert(10)</em>

<em>minHeap.insert(84)</em>

<em>minHeap.insert(19)</em>

<em>minHeap.insert(6)</em>

<em>minHeap.insert(22)</em>

<em>minHeap.insert(9)</em>

<em>minHeap.minHeap()</em>

<em>minHeap.Print()</em>

<em>print("The Min val is " + str(minHeap.remove()))</em>

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

#SPJ1

6 0
2 years ago
Other questions:
  • Please help question 15
    9·2 answers
  • You are operating a machine that begins to make an unfamiliar noise. You should
    7·1 answer
  • Which of the following are considered needs? Choose three answers. food Internet cell phone residence television water
    15·1 answer
  • The soccer team is planning to sell health bars for a fundraiser. The prices of purchasing health bars from two different compan
    11·1 answer
  • Who is cleopatra in the caesars sportsbook commercial.
    12·1 answer
  • How many grams of aluminum are required to produce 3. 5 moles al2o3.
    5·1 answer
  • Complete the expression so it forms a perfect-square trinomial. x² - 5x
    13·2 answers
  • It is widely known in kevin's social club that he is the most stubborn and inflexible member. kevin complains that all his frien
    14·1 answer
  • The buried verb phrase conduct research on can be revised to . Overuse of intensifiers sounds unprofessional. Which one of the f
    7·1 answer
  • H 3 C C H 2 C H 2 N H C H 2 C H 3 Spell out the full name of the compound.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!