Tag

data structure

3 posts

Binary Tree Data Structure

Binary Tree Data Structure

A Binary tree is a data structure which has two children nodes attached to it…

Binary Search Tree (BST) Data Structure

Binary Search Tree (BST) Data Structure

A Binary Search tree (BST) is a data structure which has two children nodes…

What is Heap Data Structure

What is Heap Data Structure

Its a tree based data structure which is a complete binary tree(all nodes have…