795 Commits

Author SHA1 Message Date
efc427e67a updating DIRECTORY.md 2020-12-21 07:10:50 +00:00
c0ff99336c Merge pull request #537 from rahul1995/kmp-matcher
Add KMP pattern searching algorithm (Fixes #518)
2020-12-21 12:40:31 +05:30
80c2dc85d7 Merge pull request #551 from DhruvGheewala/master
Update MinimumCostPath.js
2020-12-21 10:51:01 +05:30
499c96c9d8 Create .gitpod.yml 2020-12-20 23:20:29 +05:30
5c17cdb55c Update pull_request_template.md 2020-12-20 23:06:30 +05:30
a146640591 added gitpod 2020-12-20 22:40:11 +05:30
8b1e32eb77 Add extra testcases for Fibonacci and improve code (#544)
* Add extra testcases for Fibonacci and improve code
* Fix typos in Fibonacci.js
2020-12-20 22:24:02 +05:30
902b1dfe35 Update MinimumCostPath.js 2020-12-20 20:08:30 +05:30
8dd159f37b updating DIRECTORY.md 2020-12-20 13:38:56 +00:00
2ebe65baff Add Pow.js (#498)
* Add pow.js

* Add tests for Pow.js
2020-12-20 19:08:37 +05:30
bb1a5fb720 updating DIRECTORY.md 2020-12-19 16:32:30 +00:00
339e2102f9 Merge pull request #547 from criskolonas/master
Added pigeonhole sorting
2020-12-19 22:02:13 +05:30
91397ed2e8 updating DIRECTORY.md 2020-12-19 16:13:40 +00:00
c31ad953f2 Merge pull request #550 from sandyboypraper/master
Added EulersTotientFunction function to the Maths Folder
2020-12-19 21:43:18 +05:30
f004692a6a Merge pull request #546 from marsonya/doctest-contribution-guidelines
Doctest contribution Guidelines added to Contributing.md
2020-12-18 18:16:11 +05:30
1abd3aad5f Merge pull request #545 from marsonya/doctests/cocktail-shaker-sort
Improved CocktailShakerSort and added Doctests
2020-12-18 13:49:21 +05:30
c931b4675f some changes in coding style to make it standerize 2020-12-14 12:38:08 +05:30
6d91a1eede some changes in coding style to make it standerize 2020-12-14 12:30:03 +05:30
4746d0c90e some changes in coding style to make it standerize 2020-12-14 12:26:08 +05:30
ee749bde47 Added EulersTotientFunction function to the Maths Folder 2020-12-14 00:33:55 +05:30
2f5504ed64 more changes 2020-11-25 21:41:30 +02:00
7aa0a66ea5 changes 2020-11-25 21:36:55 +02:00
8c928ad565 added PigeonHoleSort algorithm 2020-11-25 21:31:27 +02:00
9b8bd417d4 added PigeonHoleSort algorithm 2020-11-25 21:25:36 +02:00
4a040c38ac added PigeonHoleSort algorithm 2020-11-25 21:18:10 +02:00
d4ede60e3c added PigeonHoleSort algorithm 2020-11-25 21:13:41 +02:00
38760ff5c4 added PigeonHoleSort algorithm 2020-11-25 21:10:50 +02:00
74f9bfb8a8 Implementing Permutations and Combinations (#481)
* calculates the number of permutations and combinations

* calculates the number of permutations and combinations

* calculates the number of permutations and combinations

* updating DIRECTORY.md

* calculates the number of permutations and combinations

* calculates the number of permutations and combinations

* fixed a typo

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-11-07 21:34:06 +05:30
d31b036f73 Doctests Contribution Guidelines | Changed Section Position and Cleanup 2020-11-02 19:59:16 +05:30
c8c715feb4 Doctest Contribution Guidelines | Guidelines for running doctests 2020-11-02 19:56:52 +05:30
f9b95f4d87 Doctest Contribution Guidelines | Implementation details and reference 2020-11-02 19:56:28 +05:30
e720b7d5c9 Doctest Contribution Guidelines | Added Description 2020-11-02 19:56:03 +05:30
d44ffef467 Cocktail Shaker Sort | Fixed 'standard' warnings and errors 2020-11-02 15:32:45 +05:30
8d1278b455 Cocktail Shaker Sort | Added Doctests 2020-11-02 15:26:47 +05:30
aab8a555fc Cocktail Shaker Sort | Improved Implementation 2020-11-02 15:26:21 +05:30
ac488fe626 Cocktail Shaker Sort | Code wasn't returning sorted Items. Changed that. 2020-11-02 15:25:59 +05:30
3a7da23b02 Cocktail Shaker Sort | Improved Comments 2020-11-02 15:25:09 +05:30
5dbb739fd0 Cocktail Shaker Sort | Formatted Wikipedia Link 2020-11-02 15:24:09 +05:30
aad3c4d151 Cocktail Shaker Sort | Improved Description Comment 2020-11-02 15:23:39 +05:30
7a050aba5b Merge pull request #531 from rahul1995/fib-matrix-expo
Add O(log n) algorithm using matrix exponentiation to find n-th fibonacci
2020-11-01 08:55:10 +05:30
83b05cde15 style fixes 2020-10-31 17:53:08 +02:00
e424ba2a4f Added QuickSelect Algorithm 2020-10-31 17:33:26 +02:00
15883b23db updating DIRECTORY.md 2020-10-31 14:53:06 +00:00
eab57b880a add binary convert (#521)
* add  binary convert
2020-10-31 20:22:50 +05:30
2af75f62c8 Merge pull request #522 from TangoPJ/master
change from ES5 to ES6
2020-10-31 19:15:11 +05:30
870befc357 Merge pull request #538 from TheAlgorithms/mocha-Maths/test/Abs.test.js
GitHub Action: Add mocha Maths/test/Abs.test.js
2020-10-31 09:38:52 +01:00
6686ef88b8 Update nodejs.yml 2020-10-31 09:35:01 +01:00
c95012865f Update nodejs.yml 2020-10-31 09:27:46 +01:00
1f1007a09c Update nodejs.yml 2020-10-31 09:20:12 +01:00
9bd5bf8232 npx doctest **/*.js 2020-10-31 09:17:29 +01:00