Blog
Thoughts, tutorials, and insights on development, design, and everything in between.
Day #7/50 of Learning DSA
Today marks the seventh day of my journey into mastering Data Structures and Algorithms (DSA). I delved into the intriguing world of the two-pointer pattern, a versatile technique often used to solve array and string problems efficiently. By tackling...
Day #7/50 of Learning DSA
Recent Posts
Day #6/50 of Learning DSA
Day #6/50 of Learning DSA
After an exhilarating weekend at hackCBS8.0, where I had the opportunity to compete alongside over 500 talented hackers, I'm back to share my progress in learning Data Structures and Algorithms. Despite the intense competition, my team and I made it ...
Day #5/50 of Learning DSA
Day #5/50 of Learning DSA
Today marks the fifth day of my 50-day journey into mastering Data Structures and Algorithms (DSA). While I focused on solving the "Remove Duplicates from Sorted Array" problem, I also dedicated time to revisiting essential programming concepts, part...
Day #4/50 of Learning DSA
Day #4/50 of Learning DSA
Embarking on the fourth day of my 50-day journey into mastering Data Structures and Algorithms (DSA), I found myself juggling college commitments and summer training evaluations. Despite the hectic schedule, I managed to tackle the "Move Zeroes" prob...
Day #3/50 of Learning DSA
Day #3/50 of Learning DSA
Today marks the third day of my journey into learning Data Structures and Algorithms (DSA). I've tackled some intriguing problems that have deepened my understanding of fundamental concepts. I explored the Linear Search algorithm, which involves find...
Day #2/50 of Learning DSA
Day #2/50 of Learning DSA
Today, I focused on solving a series of intriguing programming challenges that reinforced my understanding of key concepts. These problems included finding the complement of a base 10 integer, determining if a number is a palindrome, checking if an a...
Day #1/50 of Learning DSA
Day #1/50 of Learning DSA
Today, I started with little but of theory followed by video lectures to revise the concepts. Solved around 5 programming question, really essential to recall (revise) programming concepts quickly. Key Concepts Revised:\> Data types (int, long, char,...