Explore my carefully crafted articles, offering you a multi-dimensional approach to mastering concepts.

6 min
Gradient Descent is one of the most well-known algorithms in Machine Learning, but instead of just memorizing its formula, it’s important to understand the intuition behind it.

5 min
explore what is logn in time complexities

5 min
Explore deeply how Dutch National Flag Algorithm woks in problem solving. The Dutch National Flag Algorithm in Computer Science uses a three-pointer approach to sort the array with three numbers in O(n) time complexity

16 min
Large Language Models (LLMs) have become an integral part of modern technology, powering everything from chatbots to translation tools. This guide explains how these models work in clear, simple terms.

1 min
understanding memoization techniques is an important concept in computer science. Memoization is like doing the work once, storing it and only do when needed