er. manjeet singh kuthar

Deletion Operation in Max Heap

Deletion Operation in Max Heap In a max heap, deleting last node is very simple as it is not disturbing max heap propert…

Arrays

Arrays are collections of data elements of the same type that are stored in contiguous memory regions. Arrays are a deriv…

B-Tree

B-Tree in Data Structure. Every node in a binary search tree, such as an AVL Tree or a Red-Black Tree, can only have one …

Array in Data Structure

The array is a container for a certain number of elements, all of which must be of the same type. Arrays are used by the ma…

Load More
That is All