Commit Graph

15 Commits

Author SHA1 Message Date
Sajeeb Ahamed
bf088c0646 add an algorithm for checking a year is a leap year or not 2021-10-04 01:20:08 +06: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