Skip to content
Sahil Agnihotri

What is XOR Doubly Linked List?

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. Continue reading “What is XOR Doubly Linked List?”

How To Install Apache Superset on Ubuntu

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 Continue reading “How To Install Apache Superset on Ubuntu”