Answer:
first off you need to take of the screws make sure its unpluged and you open up to see the mother bored
Explanation:
What can be done is to provide the computers with remote access.
<h3>What is Remote access?</h3>
This involves the use of softwares that enables a single computer to view
or control others from any area.
Adopting this method means all the workers will have access to a
consistent desktop experience no matter which computer they sign in to
for work.
Read more about Remote access here brainly.com/question/26327418
That is B False m8 that means mate btw xD please say thank you :P
MARK ME As BRAINLIEST
Answer is salvation
Answer:
1) Bottom-up
2) Top-down
Explanation:
In general dynamic programming is a divide and conquer strategy which can be implemented using bottom up approach or top down approach.
Bottom-up approach in dynamic programming will solve a relatively simple sub-problem first and then use the solution to build and arrive at solutions to a bigger sub-problem.
Top down approach is reversed to bottom-up approach and is also known as Memoization Method. Instead of solving a problem started from the base state sub-problem, the top down approach break a problem into a smaller problems from the top most destination state until it reaches the bottom most base state.