One fragment of a given integer N can be selected and its digits reversed (replaced with a right to left version of them

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

One fragment of a given integer N can be selected and its digits reversed (replaced with a right to left version of them

Post by answerhappygod »

One fragment of a given integer N can be selected and its digitsreversed (replaced with a right to left version of themselves).What is the maximum number that can be obtained this way frominteger N?
In python 3 pls
Write a function:
class Solution { public int solution(int N); }
that, given an integer 1 <= N <= 1,000,000,000, returnsthe greatest integer that can be created by reversing a subset ofits digits.
Examples:
Assumptions:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply