javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

A repository of my solutions to JS algorithm problems & data structures and preparing for interview. Caution advised. :open_hands: :sunglasses: 💩

Results 8 javascript-algorithms issues
Sort by recently updated
recently updated
newest added

This resolves #3 Thank you Shruti Kapoor for creating such a wonderful repository.

There is a small bug in Merge Sort which results in an infinity loop.

Added recursion with caching (for fib) to avoid recomputing the already computed value. `Example: console.log(fibonacci_with_caching(500));` Sorry about my VS Code prettier formatting the file. LMK if I need to change...

Hey @shrutikapoor08 🙌 , Thanks for creating such a good repo and i'm just started to learn javascript algorithms ( It would be great if you add some // summary...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [set-value](https://github.com/jonschlinkert/set-value) and [union-value](https://github.com/jonschlinkert/union-value). These dependencies needed to be updated together. Updates `set-value` from 2.0.0 to 2.0.1 Commits bb0f038 2.0.1 cb12f14 ensure only valid keys are used See full diff...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies