© 2026 Hashnode
What is modulo : Modulo arithmetic is a mathematical operation that deals with remainders. When dividing one integer by another, we typically get a quotient and a remainder. This concept is formalized with the notation n%m, where n is the dividend an...

Let’s see the defination of all of them and after that we will see them in detail. C Definition: A low-level, statically typed, procedural programming language. C is often called the "Mother of all Languages." It provides minimal abstraction, givi...

This week was a bit mixed, but overall I’m happy with the progress I made in my Machine Learning journey. I completed almost all of my basic Python topics. I covered file handling and error handling properly, and to build more confidence, I also read...

🗓️ Date: January 9, 2026📌 Challenge:🧩 Problem: Intersection of Two Linked Lists – LeetCode #160 (Easy)💻 Topic: Two Pointer, Linked List ✅ Problem Statement (Summary): Goal: Given the heads of two singly linked lists headA and headB, return the n...
