Skip to content

SimpleTechTalks

To make technologies simpler

  • Home
  • Data Structures
    • Linked List
    • Graph
    • Hashing
    • Stack
    • Queue
    • Priority Queue
    • Tree
      • Binary Tree
      • Binary Search Tree
    • wordpress
  • Programming
    • Unix
    • Dynamic Programming
    • C
    • C++
      • C++11
    • Python
  • Technology
    • Diameter
    • Microservices
    • Networking
    • Telecom
    • Tools
  • Questions & Answers
    • Programming Questions
    • Interview Questions
  • Contact Us
  • Home
  • Data Structures
    • Linked List
    • Graph
    • Hashing
    • Stack
    • Queue
    • Priority Queue
    • Tree
      • Binary Tree
      • Binary Search Tree
    • wordpress
  • Programming
    • Unix
    • Dynamic Programming
    • C
    • C++
      • C++11
    • Python
  • Technology
    • Diameter
    • Microservices
    • Networking
    • Telecom
    • Tools
  • Questions & Answers
    • Programming Questions
    • Interview Questions
  • Contact Us

Tag: Delete element in Maximum Heap

Binary Tree / Priority Queue

Maximum Heap Explained With Simple Example

adminby admin

A Maximum Heap is a binary tree which has following properties:

  • Binary tree MUST be a complete binary tree which means all leaf nodes are present in either at height “h” or “h-1”.
  • Key stored in each node is smaller than or equal to keys in the node’s children.

Before going ahead, have a look into Binary Tree.

(more…)
Maximum Heap Explained With Simple Example Read More

Search

  • Binary Search Tree Deletion Of Node Explained With Simple Example
  • AVL Tree Deletion Of Node Explained With Simple Example
  • Difference Between Friend Function and Member Function
  • C++11: extern template Explained With Simple Example
  • Diameter Protocol Basics
  • Topological Sort Explained With Simple Example
  • Diameter Protocol AVP Structure
  • Diameter Protocol Message Structure
  • AVL Tree Explanation With Simple Examples
  • AVL Tree Self Balancing Rotations – Left Right Rotation explained
Copyright © 2025 SimpleTechTalks. Privacy Policy