Asked inPaytm,SDE-2

Connect Ropes with Minimum Cost

Given 'N' ropes, each having different lengths, your task is to connect these ropes into one single rope. The cost to connect two particular ropes is equal to the sum of their lengths. Please determine the minimum cost required to connect all the ropes.

Input:

The first line contains the integer 'N', representing the number of ropes.
The second line contains 'N' space-separated integers indicating the lengths of the ropes, denoted as a1, a2, a3, ..., an.

Output:

The output should be a single integer - the minimum cost to connect all the ropes into one.

Example:

Input:
4
4 3 2 6
Output:
29

Constraints:

  • 1 <= N <= 10^5
  • 1 <= ai <= 10^9

Note:

You are not required to print anything; the function implementation will handle the processing and returning of results.

AnswerBot
1y

The task is to connect N ropes into one rope with minimum cost.

  • Sort the array of rope lengths in ascending order.

  • Initialize a variable to keep track of the total cost.

  • While there are more than one rop...read more

Help your peers!
Select
Add answer anonymously...

Paytm SDE-2 interview questions & answers

A SDE-2 was asked Q. Can you describe the system design for a platform like BookMyShow and the questi...read more
A SDE-2 was asked Q. Connect Ropes with Minimum Cost Given 'N' ropes, each having different lengths, ...read more
A SDE-2 was asked Q. Diameter of a Binary Tree Problem Statement Given a binary tree, return the leng...read more

Popular interview questions of SDE-2

A SDE-2 was asked Q1. Can you describe the system design for a platform like BookMyShow and the questi...read more
A SDE-2 was asked Q2. Connect Ropes with Minimum Cost Given 'N' ropes, each having different lengths, ...read more
A SDE-2 was asked Q3. Diameter of a Binary Tree Problem Statement Given a binary tree, return the leng...read more
Paytm SDE-2 Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits