Computer Science, asked by singlagarima39, 1 month ago

Can anyone solve these questions and tell me in detail.
I will matk them the brainliest.​

Attachments:

Answers

Answered by prachigupta00845
2

A number base is the number of digits or combination of digits that a system of counting uses to represent numbers. A base can be any whole number greater than 0. The most commonly used number system is the decimal system, commonly known as base 10. Binary is the most commonly used non-base 10 system.

As Dzhabarov mentioned, the biggest difference between LSD and MSD is that MSD considers the most significant digit or character first, which by nature sorts strings without iterating through all of the digits in the strings. This is an advantage. However, a recursive implementation of MSD uses more space than LSD.

plz mark as brainliest

Similar questions