From 464689cdb17db57656282a34f5b4d42285a9579a Mon Sep 17 00:00:00 2001 From: Nelson Nobre Date: Fri, 5 Jul 2024 23:56:27 +0100 Subject: [PATCH] Added `Heap Sort` demo --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf966de..be45e62 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,14 @@ Todas as contribuições são bem-vindas. - [Playground](https://www.cs.usfca.edu/~galles/visualization/BST.html) -- [ ] **Binary Heap** +- [x] **Binary Heap** - [Demo](https://github.com/NelsonBN/algorithms-data-structures-binary-heap) +- [x] **Algoritmos de Ordenação Básicos - Heap Sort** + - [Demo](https://github.com/NelsonBN/algorithms-data-structures-heap-sort) + + - [ ] **...** ## Status