Challenge No. 568: Fill in the missing letters between two letters in the given words.
Solved using: Python.
⭐️⭐️⭐️ Intermediate
Moderate difficulty level.
Transpose the given data from
Challenge No. 261: Transpose the given data from Problem Table into Result table as shown.
Solved using: Python in Excel.
Reversed Even Perfect Squares
Challenge No. 565: Find first 50 numbers where both the number and its reversed number are
– Even
– Perfect squares
Ex.
Solved using: Python in Excel.
Sort Alternate Row Patterns
Challenge No. 555: Sort odd numbered rows into ascending order, even numbered rows into descending order and populate their corresponding cities in the result.
Solved using: Python.
Identify Kaprekar Numbers
Challenge No. 554: Kaprekar Number = Take an n digit number, square it, divide it into 2 parts such that part1 + part 2 = n where part1 or part2 should not be 0, then it is a Kaprekar number.
Solved using: Excel VBA.
Prepare the result table from
Challenge No. 252: Prepare the result table from problem table.
Solved using: Python.
Pivot the problem table into
Challenge No. 251: Pivot the problem table into result table.
Solved using: Python.
Find Watson-Crick Palindromes
Challenge No. 551: Watson-Crick (WK) Palindromes – A DNA string is a Watson-Crick (WK) Palindrome when the complement of its reverse is equal to itself.
Solved using: Python in Excel.
Triangular Pair Sums and Differences
Challenge No. 547: We had some challenges on Triangular numbers.
Solved using: Python.
List All Emirp Numbers
Challenge No. 538: An emirp (prime spelled backward = emirp) number is a prime number and its reversal is also a prime number but this is not a palindromic prime.
Solved using: Python in Excel.
