mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
Order ajustment
This commit is contained in:
parent
5d88eb8f14
commit
4f1aefd505
12
README.md
12
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)
|
||||
|
||||
<a href="https://data-structure-typed-examples.vercel.app" target="_blank">Live Examples</a>
|
||||
|
||||
## 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))
|
||||
|
||||
<a href="https://data-structure-typed-examples.vercel.app" target="_blank">Live Examples</a>
|
||||
|
||||
|
||||
### Binary Search Tree (BST) snippet
|
||||
|
||||
|
|
Loading…
Reference in a new issue