-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5492f1a
commit 1a55a47
Showing
7 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
:oden: [@aureooms/js-radix-sort](https://make-github-pseudonymous-again.github.io/js-radix-sort) | ||
:oden: | ||
[@integer-sorting/radix-sort](https://integer-sorting.github.io/radix-sort) | ||
== | ||
|
||
Radix sorting algorithms for JavaScript. | ||
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort). | ||
Parent is [js-sorting](https://github.com/make-github-pseudonymous-again/js-sorting). | ||
|
||
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-radix-sort.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-radix-sort/main/LICENSE) | ||
[![Version](https://img.shields.io/npm/v/@aureooms/js-radix-sort.svg)](https://www.npmjs.org/package/@aureooms/js-radix-sort) | ||
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-radix-sort/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-radix-sort/branches) | ||
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-radix-sort.svg)](https://david-dm.org/make-github-pseudonymous-again/js-radix-sort) | ||
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-radix-sort.svg)](https://david-dm.org/make-github-pseudonymous-again/js-radix-sort?type=dev) | ||
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-radix-sort.svg)](https://github.com/make-github-pseudonymous-again/js-radix-sort/issues) | ||
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-radix-sort.svg)](https://www.npmjs.org/package/@aureooms/js-radix-sort) | ||
[![License](https://img.shields.io/github/license/integer-sorting/radix-sort.svg)](https://raw.githubusercontent.com/integer-sorting/radix-sort/main/LICENSE) | ||
[![Version](https://img.shields.io/npm/v/@integer-sorting/radix-sort.svg)](https://www.npmjs.org/package/@integer-sorting/radix-sort) | ||
[![Build](https://img.shields.io/travis/integer-sorting/radix-sort/main.svg)](https://travis-ci.org/integer-sorting/radix-sort/branches) | ||
[![Dependencies](https://img.shields.io/david/integer-sorting/radix-sort.svg)](https://david-dm.org/integer-sorting/radix-sort) | ||
[![Dev dependencies](https://img.shields.io/david/dev/integer-sorting/radix-sort.svg)](https://david-dm.org/integer-sorting/radix-sort?type=dev) | ||
[![GitHub issues](https://img.shields.io/github/issues/integer-sorting/radix-sort.svg)](https://github.com/integer-sorting/radix-sort/issues) | ||
[![Downloads](https://img.shields.io/npm/dm/@integer-sorting/radix-sort.svg)](https://www.npmjs.org/package/@integer-sorting/radix-sort) | ||
|
||
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-radix-sort.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-radix-sort/issues) | ||
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-radix-sort.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-radix-sort/trends/churn) | ||
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-radix-sort/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-radix-sort) | ||
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-radix-sort.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-radix-sort/trends/technical_debt) | ||
[![Documentation](https://make-github-pseudonymous-again.github.io/js-radix-sort//badge.svg)](https://make-github-pseudonymous-again.github.io/js-radix-sort//source.html) | ||
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-radix-sort)](https://bundlephobia.com/result?p=@aureooms/js-radix-sort) | ||
[![Code issues](https://img.shields.io/codeclimate/issues/integer-sorting/radix-sort.svg)](https://codeclimate.com/github/integer-sorting/radix-sort/issues) | ||
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/integer-sorting/radix-sort.svg)](https://codeclimate.com/github/integer-sorting/radix-sort/trends/churn) | ||
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/integer-sorting/radix-sort/main.svg)](https://codecov.io/gh/integer-sorting/radix-sort) | ||
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/integer-sorting/radix-sort.svg)](https://codeclimate.com/github/integer-sorting/radix-sort/trends/technical_debt) | ||
[![Documentation](https://integer-sorting.github.io/radix-sort/badge.svg)](https://integer-sorting.github.io/radix-sort/source.html) | ||
[![Package size](https://img.shields.io/bundlephobia/minzip/@integer-sorting/radix-sort)](https://bundlephobia.com/result?p=@integer-sorting/radix-sort) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Examples | ||
|
||
> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-radix-sort/tree/main/test/src). | ||
> More examples in [the test files](https://github.com/integer-sorting/radix-sort/tree/main/test/src). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters