What is Apache Kafka?

Apache Kafka is a distributed event store and stream-processing platform. It is an open-source system developed by the Apache Software Foundation written in Java and Scala. The project aims to provide...
0 Read More

Why Do Arrays Start at Index 0? 🤔

If you’ve ever worked with programming languages like C, Java, Python, or JavaScript, you might have noticed one thing—arrays always start at index 0. But why? Wouldn’t it be more natural to sta...
0 Read More

Leetcode 148 : Sort List

Problem Statement https://leetcode.com/problems/sort-list/description/Given the head of a linked list, return the list after sorting it in ascending order. Sample Test Cases Example 1...
0 Read More