mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
docs: priority queue is heap
This commit is contained in:
parent
6642f8b66b
commit
abfb441bc7
|
@ -190,7 +190,7 @@ Performance surpasses that of native JS/TS
|
|||
<tr>
|
||||
<td>Priority Queue</td>
|
||||
<td>It's actually a Heap.</td>
|
||||
<td><img alt="priority queue" src="https://raw.githubusercontent.com/zrwusa/assets/master/images/data-structure-typed/assets/priority-queue.png"></td>
|
||||
<td><img alt="priority queue" src="https://raw.githubusercontent.com/zrwusa/assets/master/images/data-structure-typed/assets/heap.jpg"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Graph</td>
|
||||
|
|
Loading…
Reference in a new issue