TVThrishali Vittalinmycodingchallenge.hashnode.dev·May 2 · 3 min readDay 15 of My 30-Day Coding Challenge on HackerRankDay 15 was all about understanding Scope and working with class variables to solve a problem involving maximum absolute difference. This challenge helped me understand how variables defined inside a c00
TVThrishali Vittalinmycodingchallenge.hashnode.dev·May 2 · 3 min readDay 14 of My 30-Day Coding Challenge on HackerRankDay 14 was all about Abstract Classes, building on what I learned about inheritance in the previous challenge. This problem helped me understand how to define a blueprint (abstract class) and enforce 00
TVThrishali Vittalinmycodingchallenge.hashnode.dev·May 2 · 3 min readDay 13 of My 30-Day Coding Challenge on HackerRankDay 13 was all about Inheritance, one of the most important concepts in Object-Oriented Programming (OOP). This challenge helped me understand how one class can reuse and extend the properties of anot00
TVThrishali Vittalinmycodingchallenge.hashnode.dev·May 2 · 3 min readDay 12 of My 30-Day Coding Challenge on HackerRankDay 12 was all about working with 2D arrays and solving a pattern-based problem called the Hourglass Sum. This was one of the most interesting challenges so far because it required visualizing a patte00
TVThrishali Vittalinmycodingchallenge.hashnode.dev·Apr 28 · 3 min readDay 11 of My 30-Day Coding Challenge on HackerRankDay 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 understa00