Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PART A:- A long distance runner wants to carry only a single water bottle along the route and she can run k miles on one

PART A:-

A long distance runner wants to carry only a single water bottle along the route and she can run k miles on one bottle of water. Before the race which is D miles long where D image text in transcribed k, she is given a map of all n watering stops (i.e. mile markers of these stops). Design an effcient algorithm by completing the following function for determining where she should take a new bottle in order to make as few stops as possible. Estimate its time complexity. MinStops(A;D) Input: Array A[0..n] where A[i] is distance of i-th watering stop, D is distance of race Output: Sequence S of watering stops for the runner minimizing number of stops; use append() function to add to S.

PART B:-

A plaindrome is a nonempty string that reads the same forward and backward. Examples of palndromes are all strings of length 1 : civic and racecar. Write a dynamic programming formulation to find effciently the longest palindrome that is a subsequence of a given input string.

For example carac is the longest palindrome that is a subsequence of the string character. Based on this formulation write an algorithm to find this palindrom given an input string. Derive the time compleity of this algorithm.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Real Time Database Systems Architecture And Techniques

Authors: Kam-Yiu Lam ,Tei-Wei Kuo

1st Edition

1475784023, 978-1475784022

More Books

Students also viewed these Databases questions

Question

Define promotion.

Answered: 1 week ago

Question

Write a note on transfer policy.

Answered: 1 week ago

Question

Discuss about training and development in India?

Answered: 1 week ago

Question

Explain the various techniques of training and development.

Answered: 1 week ago

Question

Explain the various techniques of Management Development.

Answered: 1 week ago

Question

1. Explain how business strategy affects HR strategy.

Answered: 1 week ago