README
first install module vinayteja-sort module
second pass array to required variable
ex: var mySort = require('vinaytejasort') mySort(array)
sorting given array
<script type="module">
import vinaytejasort from 'https://cdn.skypack.dev/vinaytejasort';
</script>
first install module vinayteja-sort module
second pass array to required variable
ex: var mySort = require('vinaytejasort') mySort(array)