Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .

0 like 0 dislike
1,047 views

2. Given an array, you can perform the following operation:
take two numbers from the array lets say x and y, replace every occurrence of y with x. Minimise the number of operations to convert the array to palindromic and return the least number of operations obtained.

in Online Assessments by Expert (135,270 points)

Please log in or register to answer this question.

...