Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/integer-sorting/radix-sort
:oden: Radix sorting algorithms for JavaScript
https://github.com/integer-sorting/radix-sort
agpl algorithms javascript linear-time radix radix-sort radix-sort-algorithm sorting sorting-algorithms stable-sort stable-sorting word-ram word-ram-model
Last synced: 7 days ago
JSON representation
:oden: Radix sorting algorithms for JavaScript
- Host: GitHub
- URL: https://github.com/integer-sorting/radix-sort
- Owner: integer-sorting
- License: agpl-3.0
- Created: 2015-06-22T09:17:35.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T04:03:39.000Z (28 days ago)
- Last Synced: 2024-10-23T19:14:16.446Z (27 days ago)
- Topics: agpl, algorithms, javascript, linear-time, radix, radix-sort, radix-sort-algorithm, sorting, sorting-algorithms, stable-sort, stable-sorting, word-ram, word-ram-model
- Language: JavaScript
- Homepage: https://integer-sorting.github.io/radix-sort
- Size: 2.68 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
: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)