sorting-js

1.0.1 • Public • Published

Node.js CI Codecov Repo Size

Sorting Javascript

this is simple package to implementation alogrithm sorting in javascript

How To Use ?

Use NPM

    npm install sorting-js

Algorithm Sorting List

  • Bubble Sort(✔)
  • Insertion Sort(✔)
  • Selection Sort(✔)
  • Merge Sort(⏳)
  • Radix Sort(⏳)
  • Shell Sort(✔)
  • Cycle Sort(✔)

Author

Akwan Maroso

/sorting-js/

    Package Sidebar

    Install

    npm i sorting-js

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    23.1 kB

    Total Files

    33

    Last publish

    Collaborators

    • akwan_maroso