RunKit + npm: string-algorithms

node v6.17.1
version: master
endpointsharetweet
var stringAlgorithms = require("string-algorithms") const strings = [ 'image', 'mania', 'genom', 'mango' ]; const result = stringAlgorithms.radixSort(strings, s => s.split('').map(c => c.charCodeAt(0)))
Created from: https://npm.runkit.com/string-algorithms
Loading…

no comments

    sign in to comment