mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
.md modified
This commit is contained in:
parent
07231cd4c4
commit
e486687430
12
README.md
12
README.md
|
@ -28,6 +28,12 @@ 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
|
||||
|
||||
|
@ -130,12 +136,6 @@ npm install data-structure-typed
|
|||
expect(bfsNodes[2].id).toBe(16);
|
||||
```
|
||||
|
||||
## 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>
|
||||
|
||||
### Directed Graph simple snippet
|
||||
|
||||
```typescript
|
||||
|
|
Loading…
Reference in a new issue