Skip to content
  • Say Hi
Get Started
Data Structures

What is XOR Doubly Linked List?

ByH.G. October 31, 2023October 31, 2023

A warm Hello to all the readers! In the last post, we talked about Doubly linked list. Now there is a variant of doubly linked list. This is originated in order to save the memory resource. A doubly linked list stores three elements. Two are the pointers to previous and next node in the list….

Read More What is XOR Doubly Linked List?Continue

Uncategorized

How To Install Apache Superset on Ubuntu

ByH.G. October 27, 2023October 27, 2023

A warm hello to all my dear readers! In this post I am going to describe how to install Apache Superset on a Ubuntu machine. Superset is an open source Business Intelligence software to analyze data for taking business decisions. Since organizations are more statistics focused nowadays than ever before, therefore I thought to explore…

Read More How To Install Apache Superset on UbuntuContinue

Data Structures

What Is Doubly Linked List?

ByH.G. October 16, 2023October 31, 2023

A warm hello to all the readers! In this post, we will understand the second variation or type which is called Doubly Linked List. Doubly linked list differs from singly linked list in a way that it allows to travel in both directions front and back. And to do the same, the node stores three…

Read More What Is Doubly Linked List?Continue

Data Structures

What Is Singly Linked List?

ByH.G. October 16, 2023October 31, 2023

A warm hello to all the readers! In the last post, we talked about the origin of linked list data structure. There are variations in linked list as well. In this post, we will understand the first variation or type which is called Singly Linked List. The singly linked list is actually the same as…

Read More What Is Singly Linked List?Continue

Life Journey

The Ultimate Goal of Life

ByH.G. October 12, 2023

Peace and love to all the readers! What is the ultimate goal of life? I am sure that since you are reading this post, it means that you are also looking to find answer to this beautiful yet a tough question. I am an ordinary man who was living life just like all others. Completed…

Read More The Ultimate Goal of LifeContinue

Data Structures

Understanding Linked List Data Structure

ByH.G. September 22, 2023October 16, 2023

A warm hello to all the readers! This post will talk about the use of linked list data structure. This is the second data structure after array. There are certain limitations with array because of which linked list came into picture. The array is a fixed memory sized structure and stores elements in continuous memory…

Read More Understanding Linked List Data StructureContinue

Data Structures

Understanding Array Data Structure

ByH.G. September 21, 2023September 21, 2023

Hello to all the readers! After knowing the importance of data structures, let us see what are the different kinds of data structures. Array is the most simplest and basic data structure. It is simply a list of items stored continuously one by one in the computer memory. There is a condition in array that…

Read More Understanding Array Data StructureContinue

Data Structures

Understanding The Importance Of Algorithms

ByH.G. September 20, 2023September 21, 2023

Hello to all the readers! I was reading about algorithms in computer science. I have seen that algorithms is always a complex topic for each programmer to understand in the first go. And then many of us do not really understand it correctly. Therefore, I am going through the concept of algorithms from the start….

Read More Understanding The Importance Of AlgorithmsContinue

Data Structures

Why To Learn Data Structures

ByH.G. September 18, 2023September 20, 2023

Hello to all my readers! I am undergoing through the data structures in computer science once again. This is to strengthen the concept of data structures. And I thought to write it down in my blog that may or may not help you. But at-least it becomes easy for me to make the notes. Although…

Read More Why To Learn Data StructuresContinue

Uncategorized

Getting Started with Penetration Testing

ByH.G. September 3, 2023

Hello to all the readers! I recently got a new project to do penetration testing of the systems. I have heard this term but never read in detail about Penetration testing or Pen testing. What is Penetration Testing? Pen testing is basically an authorized cyberattack against a computer system or web application to find out…

Read More Getting Started with Penetration TestingContinue

Page navigation

Previous PagePrevious 1 … 3 4 5 6 7 Next PageNext

© 2025 The Story Wire

  • What is Queue Data Structure?