Challenge No. 529: Extract the numbers and sum them along with their signs.
Solved using: Python in Excel.
⭐️ Beginner
Easy challenges for newcomers.
Index-wise Base Encoding Sort
Challenge No. 527: Convert every digit from right to left in the base of its index + 1 reading index 1, 2.
Solved using: Python.
Build Alphabet Staircase
Challenge No. 523: Make the staircase of alphabets.
Solved using: Excel VBA.
List Dates with Unique Digits
Challenge No. 521: List all dates containing unique digits between 1900-01-01 to 2999-12-31.
Solved using: Python in Excel.
Rank by Student Grade
Challenge No. 518: Rank the students on the basis of grades.
Solved using: Python.
Normalize Tabular Data
Challenge No. 515: Normalize the data given in columns A to B as given in Answer Expected.
Solved using: Python.
Max 2×2 Grid Sum
Challenge No. 514: Find the 2×2 grids in the given 5×5 grid where sum is the maximum.
Solved using: Python in Excel.
Sort by Unit Digit
Challenge No. 513: Sort the numbers on the basis of unit digit (last digit).
Solved using: Python.
Shift Rows into Columns
Challenge No. 225: Transpose the problem table into result table.
Solved using: Python.
Extract and SuM
Challenge No. 71: Extract the buying and selling prices, then calculate profit/loss.
Solved using: R.
