Latest articles

Spirit

Before reading this article, drop any notions you have such as 1. You need to go to Himalayas, do...

Ashtavakra gita

A tree –> Don’t believe what science says.. It is more than that!And you can know that...

Linked list

What is linked list? — Linked list is also an data structure like any other data...

Binary tree

Let’s get the basics of binary tree, right.. Tree: — An tree is made of Nodes(Parent...

Graph

A graph is nothing but nodes connected through edges. Graph is about defyning relation between...

Two pointers

Two pointer approach is useful in solving Array & String problems...

Recursion

What is Recursion? The term recursion is used with respective to function. So, when an function...