Skip to content

Commit

Permalink
Document heaps
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Oct 2, 2024
1 parent 920a9c3 commit 13fa2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# PokeTree: BSTs with Pokémon

***PokeTree*** is a web app for visually demonstrating and animating
**[Binary Search Trees (BSTs)](https://en.wikipedia.org/wiki/Binary_search_tree)**
and **[AVL trees](https://en.wikipedia.org/wiki/AVL_tree)**.
**[Binary Search Trees (BSTs)](https://en.wikipedia.org/wiki/Binary_search_tree)**,
**[AVL trees](https://en.wikipedia.org/wiki/AVL_tree)**, and
**[binary heaps](https://en.wikipedia.org/wiki/Heap_(data_structure))**.

## [Try It Out!](https://edemaine.github.io/poketree/)

Expand Down
Binary file modified screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13fa2ee

Please sign in to comment.