Engineering Student. I'll update everything I learn time by time
Nothing here yet.
Introduction: In the coding world, we often want to know how fast or slow our code is, especially when dealing with large amounts of data. Big-O notation is like a cheat sheet that helps us understand and compare the efficiency of different code solu...

Introduction: Sorting is like tidying up your room, but for computers. They have different ways of doing it, and one basic method is called Selection Sort. This blog post will help you understand Selection Sort from the ground up, with easy explanati...

In this blog post, we will explore the concept of linked lists uniquely, their types, advantages, and common use cases. I’ll try to teach you a linked list using the train concept. Concepts of Linked List Linked lists are like digital trains carrying...
