Implement, test, and profile algorithms and data structures using JavaScript.
First use https://nodejs.org/en/download or https://github.com/nvm-sh/nvm to
install node
and npm
. Then:
git clone https://github.com/JCPedroza/algorithms-and-data-structures-js.git
cd algorithms-and-data-structures-js
npm install
node --test # Verbose, human readable
node --test --test-reporter dot # Minimal verbosity
npx standard .
npm run