TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 11 of My 30-Day Coding Challenge on HackerRank19h ago · 3 min read · Day 11 was all about binary numbers and understanding how decimal numbers are converted into binary format. This time, I solved the challenge without using built-in functions, which helped me understaJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 10 of My 30-Day Coding Challenge on HackerRank1d ago · 3 min read · Day 10 introduced me to the concept of Recursion through a classic problem — calculating the factorial of a number. Although the challenge expected a recursive solution, I first solved it using an iteJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 9 of My 30-Day Coding Challenge on HackerRank1d ago · 3 min read · Day 9 was all about learning Dictionaries (Maps / HashMaps)—one of the most useful data structures in programming. Today’s challenge focused on building a simple phone book using key-value pair mappinJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 8 of My 30-Day Coding Challenge on HackerRank3d ago · 2 min read · Day 8 was all about learning one of the most important data structures in programming — Arrays. Today’s challenge focused on taking elements from an array and printing them in reverse order. Problem OJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 7 of My 30-Day Coding Challenge on HackerRank4d ago · 2 min read · Day 7 was all about strings and loops—combining two important concepts to solve a character-based problem. Today’s challenge focused on separating the even-indexed and odd-indexed characters of a striJoin discussion