Question: User You are given an integer N . You need to use Base 6 7 encoding and return the resulting string. Note In Base -

User
You are given an integer N. You need to use Base 67 encoding and return the resulting string.
Note
In Base-62 encoding, we use
0-90-9
10-35 A-Z
36-61a-z
Task
For each given integer, print the Base-62 encoded string
N: 1212
Approach
We get the encoded string as "JY".
It can be verified as: 62*19+34=1212

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!