Coder Social home page Coder Social logo

radixsort.js's People

Contributors

jasondavies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

radixsort.js's Issues

Output is sorted but does not contain the correct elements

I have started writing a benchmark for sorting methods. I included your NPM package radixsort in this benchmark. After the benchmark has run, I do a sanity check on the output. I consistently get the wrong output with random inputs (I started by copying the approach you had taken in your tests) . The output is sorted, however, it does not correspond to the input. I have checked a bunch of other sorting functions that yield the correct output. Did I do something wrong?

Radix-sort numbers with associated data

@jasondavies thanks for the awesome module, its performance is mind-blowing! Still scratching my head over the following issue though:

In most algorithms, you don't just sort a set of numbers without context โ€” usually you sort numbers associated with some additional data. For example, when sorting 2d points by x, you can't use radixSort in the current form because you also need to access y in addition to x in resulting x-sorted points.

What's the easiest way to modify this module to support this kind of use case? For example, could we additionally generate an array associating each sorted element wth original array through indices?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.