We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acfe52 commit a4777eeCopy full SHA for a4777ee
README.md
@@ -1,8 +1,8 @@
1
-[js-selection](http://aureooms.github.io/js-selection)
+[@aureooms/js-selection](http://aureooms.github.io/js-selection)
2
==
3
4
-Selection algorithms for JavaScript. Parent is
5
-[aureooms/js-sort](https://github.com/aureooms/js-sort).
+Selection algorithms for JavaScript.
+Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
6
7
```js
8
let quickselect = selection.singletco( partition.hoare ) ;
package.json
@@ -42,8 +42,8 @@
42
},
43
"homepage": "http://aureooms.github.io/js-selection",
44
"keywords": [
45
- "bricks",
46
- "ender",
+ "algorithms",
+ "computer science",
47
"javascript",
48
"js",
49
"median",
0 commit comments