Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Ooms authored Jan 18, 2017
1 parent 7b0d2af commit 2d2e6d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[js-heapsort](http://aureooms.github.io/js-heapsort)
==

Heapsort algorithms for JavaScript. Parent is
[aureooms/js-sort](https://github.com/aureooms/js-sort).
Heapsort algorithms for JavaScript. Parents are
[aureooms/js-sort](https://github.com/aureooms/js-sort)
and
[aureooms/js-heap](https://github.com/aureooms/js-heap).

```js
let sort = heapsort.dary( 2 ) ;
Expand Down

0 comments on commit 2d2e6d3

Please sign in to comment.