diff --git a/README.md b/README.md index 872f9e8..3df4ce8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Hash, Coordinate Set, Coordinate Map, Heap, Priority Queue, Max Priority Queue, # How +## Live Examples + +[Live Examples](https://data-structure-typed-examples.vercel.app) + +Live Examples + ## install ### yarn @@ -28,12 +34,6 @@ yarn add data-structure-typed ```bash npm install data-structure-typed ``` -## Live Examples - -[//]: # ([Live Examples](https://data-structure-typed-examples.vercel.app)) - -Live Examples - ### Binary Search Tree (BST) snippet