Question: Algorithms, Data Structures and Computability quickly plz Glven a list of N characters of 'A' and 'B', where the characters are randomly ordered. It is

Algorithms, Data Structures and Computability
quickly plz
Algorithms, Data Structures and Computabilityquickly plz Glven a list of N characters

Glven a list of N characters of 'A' and 'B', where the characters are randomly ordered. It is permitted to replace (not swap) any element 'A' by 'B' and vice versa in order to guarantee that there is no any two similar consecutive characters. It is requested to develop an algorithm to do this task with the minimum number of replacements. For example: Input [A, B, A, A, B, A, A), Output: minimum replacements = 3 --> [A, B, A, B A, B, A] a) Develop your algorithm to do the task with the minimum number of replacement. [Note: you have to explain how your algorithm will work] [10 marks] b) Analyze its complexity and explain your answer. (6 marks] To which type of problems does this problem belong: P. NP, NP-Hard, NP-Complete? Why? (4 mark]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!