Retired

Exponential Comparison (retired)

164 of 328mertcanekiz

Description:

Comparing two numbers written in index form like 2^11 and 3^7 is not difficult, as any calculator would confirm that 2^11 = 2048 < 3^7 = 2187.

However, confirming that 632382^518061 > 519432^525806 would be much more difficult, as both numbers contain over three million digits.

Your task is to write a function that takes two arrays (or two tuples in Python) in the form of [base, exponent] where base and exponent are positive integers, and return the largest of the two pairs of numbers.

Inspired by Project Euler #99

Mathematics
Algorithms

More By Author:

Check out these other kata created by mertcanekiz

Stats:

CreatedJun 10, 2018
Warriors Trained700
Total Skips16
Total Code Submissions1277
Total Times Completed328
Python Completions164
JavaScript Completions142
Ruby Completions21
Java Completions24
Total Stars10
% of votes with a positive feedback rating89% of 113
Total "Very Satisfied" Votes95
Total "Somewhat Satisfied" Votes12
Total "Not Satisfied" Votes6
Total Rank Assessments4
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • mertcanekiz Avatar
  • Blind4Basics Avatar
  • FArekkusu Avatar
Ad