integer-sorting/radix-sort

View on GitHub
README.md

Summary

Maintainability
Test Coverage
:oden:
[@integer-sorting/radix-sort](https://integer-sorting.github.io/radix-sort)
==

Radix sorting algorithms for JavaScript.
Parent is [js-sorting](https://github.com/make-github-pseudonymous-again/js-sorting).

[![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)
[![Tests](https://img.shields.io/github/actions/workflow/status/integer-sorting/radix-sort/ci.yml?branch=main&event=push&label=tests)](https://github.com/integer-sorting/radix-sort/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/integer-sorting/radix-sort.svg)](https://github.com/integer-sorting/radix-sort/network/dependencies)
[![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/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)