|
1 | 1 | # JavaScript Algorithms & Data Structures
|
2 | 2 |
|
| 3 | +[![node][18]][19] |
| 4 | +[![npm][20]][21] |
| 5 | + |
3 | 6 | [![Standard Style Guide][3]][4]
|
4 | 7 |
|
5 |
| -[![license MIT][1]][2] [![build status][9]][10] |
| 8 | +[![license MIT][1]][2] |
| 9 | +[![build status][9]][10] |
6 | 10 |
|
7 | 11 | This is a living notebook, created to:
|
8 | 12 | * Practice:
|
@@ -105,13 +109,18 @@ requests are very welcome!
|
105 | 109 | [![contributors][25]][26] [![commit activity][27]][28] [![issues][29]][30]
|
106 | 110 | [![issues closed][31]][32] [![issues pr][33]][34] [![issues pr closed][35]][36]
|
107 | 111 |
|
108 |
| -[1]: https://img.shields.io/github/license/jcpedroza/algorithms-and-data-structures-js |
109 |
| -[2]: https://en.wikipedia.org/wiki/MIT_License |
| 112 | +[1]: https://badgen.net/github/license/JCPedroza/algorithms-and-data-structures-ts |
| 113 | +[2]: https://opensource.org/licenses/MIT |
110 | 114 | [3]: https://cdn.rawgit.com/standard/standard/master/badge.svg
|
111 | 115 | [4]: https://github.com/standard/standard
|
112 | 116 | [9]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjcpedroza%2Falgorithms-and-data-structures-js%2Fbadge%3Fref%3Dmain&style=flat
|
113 | 117 | [10]: https://actions-badge.atrox.dev/jcpedroza/algorithms-and-data-structures-js/goto?ref=main
|
114 | 118 |
|
| 119 | +[18]: https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white |
| 120 | +[19]: https://github.com/nodejs/node |
| 121 | +[20]: https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white |
| 122 | +[21]: https://github.com/npm/cli |
| 123 | + |
115 | 124 | [25]: https://img.shields.io/github/contributors/JCPedroza/algorithms-and-data-structures-js
|
116 | 125 | [26]: https://github.com/JCPedroza/algorithms-and-data-structures-js/graphs/contributors
|
117 | 126 | [27]: https://img.shields.io/github/commit-activity/m/JCPedroza/algorithms-and-data-structures-js
|
|
0 commit comments