File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ JS data structs<br>
5
5
</h1 >
6
6
<h3 align =" center " >
7
7
8
- <img src =" https://img.shields.io/npm/dt/js-data-structs.svg?style=flat-square " >
9
- <img src =" https://img.shields.io/npm/v/js-data-structs.svg?style=flat-square " >
10
- <img src =" https://data.jsdelivr.com/v1/package/npm/js-data-structs/badge " >
8
+ <img src =" https://img.shields.io/npm/dt/js-data-structs.svg?style=for-the-badge " >
9
+ <img src =" https://img.shields.io/npm/v/js-data-structs.svg?style=for-the-badge " >
10
+ <!-- <img alt="jsDelivr hits (npm)" src="https://img.shields.io/jsdelivr/npm/hm/js-data-structs?style=for-the-badge"> -->
11
+ <img alt =" npm bundle size " src =" https://img.shields.io/bundlephobia/min/js-data-structs?style=for-the-badge " >
11
12
12
13
</h3 >
13
14
14
15
15
- A small data structures library for JavaScript, also includes some algorithms .
16
+ A small data structures and algorithms library for JavaScript.
16
17
17
18
## Installing
18
19
### npm package
@@ -47,6 +48,7 @@ A small data structures library for JavaScript, also includes some algorithms.
47
48
- LZW
48
49
- Encoding
49
50
- Decoding
51
+ - Fisher–Yates shuffle Algorithm
50
52
51
53
### [ Usage guide] ( https://data-structs.netlify.com/guide/trees.html )
52
54
You can’t perform that action at this time.
0 commit comments