Skip to content

Commit 9249f85

Browse files
author
Antesh Sharma
committed
heap initials
1 parent e6d2022 commit 9249f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/antesh/dsa/heap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ There are two kinds of heaps: **Max Heap** and **Min Heap**
2222

2323
**Min Heap:** Each node in the Heap has a value no larger than its child nodes. Therefore, the top element (root node) has the smallest value in the Heap.
2424

25-
![](https://github.com/MissionJava/data-structure-and-algorithm-using-java/tree/main/src/main/java/com/antesh/dsa/heap/min-and-max-heap-diagram.jpg)
25+
[![https://github.com/MissionJava/data-structure-and-algorithm-using-java/blob/main/src/main/java/com/antesh/dsa/heap/min-and-max-heap-diagram.jpg]](https://github.com/MissionJava/data-structure-and-algorithm-using-java/blob/main/src/main/java/com/antesh/dsa/heap/min-and-max-heap-diagram.jpg)

0 commit comments

Comments
 (0)