Roland Hummel
a69d9a8c49
Clean up and speed up UpdateDirectory.js
...
Uses globby to find all algorithm files. This is way quicker and less error-prone than the previous implementation. Plus, it allows us to fine-tune excludes (e.g. test files and the babel config).
This also removes the need for setTimeouts which greatly speeds up the whole thing.
2021-10-05 11:23:46 +02:00
Roland Hummel
6f9b1f127f
Proposal: Clean up CI job a bit
...
relates to #586 and #720
Added npm scripts for doctest and style checking via standard. This allows us to call those directly via npm and not via npx.
The CI job itself is now split into distinct steps (makes it more visible which step failed).
2021-10-05 11:23:45 +02:00
rlfagan
b7ef904b5e
Update package.json ( #577 )
...
* Update package.json
* Update README.md
* Update README.md
2021-04-03 13:49:54 +05:30
sandyboypraper
ee749bde47
Added EulersTotientFunction function to the Maths Folder
2020-12-14 00:33:55 +05:30
Kayla Golder
d70595e236
Merge branch 'master' into add-trapping-water
2020-10-27 13:07:25 -04:00
Kayla
826d75b61b
complete trapping rain water
2020-10-27 12:59:11 -04:00
Pete Looney
faafa34b5c
added matrixMult.js
2020-10-12 16:36:25 -05:00
Carlos Carvalho
86ed0d8829
fix code style using standardjs
2020-10-06 00:08:52 -03:00
Carlos Carvalho
5ba5a603bb
remove wrong edited file package.json
2020-10-05 17:06:45 -03:00
Carlos Carvalho
bd70fd2ada
Added new algoritm
2020-10-05 17:03:56 -03:00
Alexandre Xavier
c5fc353c32
Added tests for Strings algorithms ( #390 )
...
* test: added tests for check anagram function
2020-10-04 23:08:48 +05:30
dependabot[bot]
87e16d5dab
Bump node-fetch from 2.6.0 to 2.6.1
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-13 08:35:14 +05:30
Christian Clauss
4cbdc9e072
Add doctest to devDependencies of package.json
...
As requested at https://github.com/TheAlgorithms/Javascript/issues/142#issuecomment-667625929
2020-08-02 06:47:16 +02:00
Tapajyoti Bose
854e70a210
Added stock price fetch + package-lock.json ( #233 )
...
* Added stock price fetch
* Delete package-lock.json
Co-authored-by: vinayak <itssvinayak@gmail.com >
2020-08-01 09:14:10 +05:30
Swapnil-2001
3e787629ec
Removed package-lock.json ( #212 )
...
* fixes : #210
* Fixes : #210
2020-06-28 14:08:17 +05:30
Tapajyoti Bose
412995ac09
Added Web-Programming (Open Weather Maps data fetch) ( #196 )
...
* Added Web-Programming (Open Weather Maps data fetch)
* update
Co-authored-by: itsvinayak <itssvinayak@gmail.com >
2020-06-21 22:08:29 +05:30