KDKavindu Dhananjaya Rathnayakaincode-hello-world.hashnode.dev·Nov 25, 2025 · 4 min readBase CheckThe challenge addressed here is about determining whether the given number is in the correct base. Let’s first examine the problem. Actual Problem Given a string representing a number, and an integer base from 2 to 36, determine whether the number i...00
KDKavindu Dhananjaya Rathnayakaincode-hello-world.hashnode.dev·Sep 19, 2025 · 3 min readVowel BalanceToday’s challenge is about checking whether a string has balanced vowels. At first glance, this may feel like a simple challenge and this may be the first step that you may put to string manipulation. So let’s see the actual problem, Given a string...00