Commit Graph

  • 9386c29fdf Merge pull request #534 from Khez/string-reverse-string marsonya 2021-01-20 20:40:49 +05:30
  • 1b7a15d644 updating DIRECTORY.md github-actions 2021-01-19 03:12:57 +00:00
  • 3475a68d71 Merge pull request #555 from rodigu/breadth-first-search Tapajyoti Bose 2021-01-19 08:42:39 +05:30
  • 3a1d21a987 Corrected let to const #555 rodigu 2021-01-18 20:56:58 -03:00
  • 686ba7e8f9 Added suggestions and updated for loop rodigu 2021-01-18 20:54:44 -03:00
  • 1d72cbb273 Update Graphs/NodeNeighbors.js Rodrigo Morais 2021-01-17 01:11:13 -03:00
  • 11f03646ac updating DIRECTORY.md github-actions 2021-01-17 04:09:05 +00:00
  • 4df41124f8 Merge pull request #536 from Lakhan-Nad/AVLTree Tapajyoti Bose 2021-01-17 09:38:48 +05:30
  • f647ca52da Merge pull request #556 from jbsmith731/jbsmith731-patch-1 marsonya 2021-01-11 17:44:27 +05:30
  • fda1aa472a Update ClimbingStairs.js #556 Brett Smith 2021-01-10 22:34:35 -06:00
  • 7b15f66a86 Added JS standard #554 Rodrigo 2021-01-06 17:37:19 -03:00
  • 5946f987a9 Added wikipedia link Rodrigo 2021-01-06 17:13:52 -03:00
  • 80fc69ef41 Added Node Neighbors Rodrigo 2021-01-06 17:10:09 -03:00
  • fbd42f7b84 updating DIRECTORY.md github-actions 2021-01-06 17:42:41 +00:00
  • 3ef27f81de Merge pull request #542 from achudinovskyh/Add-Quickselect marsonya 2021-01-06 23:12:19 +05:30
  • b2b447abaf Merge pull request #552 from TheAlgorithms/dependabot/npm_and_yarn/node-notifier-8.0.1 Anup Kumar Panwar 2021-01-04 20:57:37 +05:30
  • 36d6345402 Merge pull request #553 from marsonya/revisit-bead-sort marsonya 2020-12-30 11:20:24 +05:30
  • 2acff23fdd improved comments and algo description #553 marsonya 2020-12-30 11:01:24 +05:30
  • a3e6c4c69e formatted implementation marsonya 2020-12-25 23:57:21 +05:30
  • c67a570c45 improved doctests presentation marsonya 2020-12-22 23:58:40 +05:30
  • 11d96435ca Bump node-notifier from 8.0.0 to 8.0.1 #552 dependabot[bot] 2020-12-22 06:50:52 +00:00
  • 7986468294 updating DIRECTORY.md github-actions 2020-12-22 06:39:13 +00:00
  • 2ad17b3efa Merge pull request #495 from Waddah-JD/project-Euler-problem-020-solution Omkarnath Parida 2020-12-22 12:08:54 +05:30
  • 1bc6066c84 updating DIRECTORY.md github-actions 2020-12-22 05:43:22 +00:00
  • 901432ef49 Merge pull request #512 from JakeGerber/master Omkarnath Parida 2020-12-22 11:13:05 +05:30
  • ef78fce1e2 Update decimalIsolate.js #512 Omkarnath Parida 2020-12-22 11:08:56 +05:30
  • efc427e67a updating DIRECTORY.md github-actions 2020-12-21 07:10:50 +00:00
  • c0ff99336c Merge pull request #537 from rahul1995/kmp-matcher Omkarnath Parida 2020-12-21 12:40:31 +05:30
  • 80c2dc85d7 Merge pull request #551 from DhruvGheewala/master Omkarnath Parida 2020-12-21 10:51:01 +05:30
  • 499c96c9d8 Create .gitpod.yml vinayak 2020-12-20 23:20:29 +05:30
  • 5c17cdb55c Update pull_request_template.md vinayak 2020-12-20 23:06:30 +05:30
  • a146640591 added gitpod vinayak 2020-12-20 22:40:11 +05:30
  • 8b1e32eb77 Add extra testcases for Fibonacci and improve code (#544) rahul1995 2020-12-20 22:24:02 +05:30
  • 902b1dfe35 Update MinimumCostPath.js #551 DhruvGheewala 2020-12-20 20:08:30 +05:30
  • 8dd159f37b updating DIRECTORY.md github-actions 2020-12-20 13:38:56 +00:00
  • 2ebe65baff Add Pow.js (#498) Cristian Baciu 2020-12-20 15:38:37 +02:00
  • bb1a5fb720 updating DIRECTORY.md github-actions 2020-12-19 16:32:30 +00:00
  • 339e2102f9 Merge pull request #547 from criskolonas/master Omkarnath Parida 2020-12-19 22:02:13 +05:30
  • 91397ed2e8 updating DIRECTORY.md github-actions 2020-12-19 16:13:40 +00:00
  • c31ad953f2 Merge pull request #550 from sandyboypraper/master Omkarnath Parida 2020-12-19 21:43:18 +05:30
  • f004692a6a Merge pull request #546 from marsonya/doctest-contribution-guidelines marsonya 2020-12-18 18:16:11 +05:30
  • 1abd3aad5f Merge pull request #545 from marsonya/doctests/cocktail-shaker-sort marsonya 2020-12-18 13:49:21 +05:30
  • c931b4675f some changes in coding style to make it standerize #550 sandyboypraper 2020-12-14 12:38:08 +05:30
  • 6d91a1eede some changes in coding style to make it standerize sandyboypraper 2020-12-14 12:30:03 +05:30
  • 4746d0c90e some changes in coding style to make it standerize sandyboypraper 2020-12-14 12:26:08 +05:30
  • ee749bde47 Added EulersTotientFunction function to the Maths Folder sandyboypraper 2020-12-14 00:33:55 +05:30
  • 2f5504ed64 more changes #547 Chris Kolonas 2020-11-25 21:41:30 +02:00
  • 7aa0a66ea5 changes Chris Kolonas 2020-11-25 21:36:55 +02:00
  • 8c928ad565 added PigeonHoleSort algorithm Chris Kolonas 2020-11-25 21:31:27 +02:00
  • 9b8bd417d4 added PigeonHoleSort algorithm Chris Kolonas 2020-11-25 21:25:36 +02:00
  • 4a040c38ac added PigeonHoleSort algorithm Chris Kolonas 2020-11-25 21:18:10 +02:00
  • d4ede60e3c added PigeonHoleSort algorithm Chris Kolonas 2020-11-25 21:13:41 +02:00
  • 38760ff5c4 added PigeonHoleSort algorithm Chris Kolonas 2020-11-25 21:10:50 +02:00
  • 74f9bfb8a8 Implementing Permutations and Combinations (#481) Shreyas Sable 2020-11-07 21:34:06 +05:30
  • d31b036f73 Doctests Contribution Guidelines | Changed Section Position and Cleanup #546 marsonya 2020-11-02 19:59:16 +05:30
  • c8c715feb4 Doctest Contribution Guidelines | Guidelines for running doctests marsonya 2020-11-02 19:56:52 +05:30
  • f9b95f4d87 Doctest Contribution Guidelines | Implementation details and reference marsonya 2020-11-02 19:56:28 +05:30
  • e720b7d5c9 Doctest Contribution Guidelines | Added Description marsonya 2020-11-02 19:56:03 +05:30
  • d44ffef467 Cocktail Shaker Sort | Fixed 'standard' warnings and errors #545 marsonya 2020-11-02 15:32:45 +05:30
  • 8d1278b455 Cocktail Shaker Sort | Added Doctests marsonya 2020-11-02 15:26:47 +05:30
  • aab8a555fc Cocktail Shaker Sort | Improved Implementation marsonya 2020-11-02 15:26:21 +05:30
  • ac488fe626 Cocktail Shaker Sort | Code wasn't returning sorted Items. Changed that. marsonya 2020-11-02 15:25:59 +05:30
  • 3a7da23b02 Cocktail Shaker Sort | Improved Comments marsonya 2020-11-02 15:25:09 +05:30
  • 5dbb739fd0 Cocktail Shaker Sort | Formatted Wikipedia Link marsonya 2020-11-02 15:24:09 +05:30
  • aad3c4d151 Cocktail Shaker Sort | Improved Description Comment marsonya 2020-11-02 15:23:39 +05:30
  • 7a050aba5b Merge pull request #531 from rahul1995/fib-matrix-expo Tapajyoti Bose 2020-11-01 08:55:10 +05:30
  • 83b05cde15 style fixes #542 Andrew Chudinovskyh 2020-10-31 17:53:08 +02:00
  • e424ba2a4f Added QuickSelect Algorithm Andrew Chudinovskyh 2020-10-31 17:33:26 +02:00
  • 15883b23db updating DIRECTORY.md github-actions 2020-10-31 14:53:06 +00:00
  • eab57b880a add binary convert (#521) Arwy Syahputra Siregar 2020-10-31 21:52:50 +07:00
  • 2af75f62c8 Merge pull request #522 from TangoPJ/master Tapajyoti Bose 2020-10-31 19:15:11 +05:30
  • 870befc357 Merge pull request #538 from TheAlgorithms/mocha-Maths/test/Abs.test.js Christian Clauss 2020-10-31 09:38:52 +01:00
  • 6686ef88b8 Update nodejs.yml #538 Christian Clauss 2020-10-31 09:35:01 +01:00
  • c95012865f Update nodejs.yml Christian Clauss 2020-10-31 09:27:46 +01:00
  • 1f1007a09c Update nodejs.yml Christian Clauss 2020-10-31 09:20:12 +01:00
  • 9bd5bf8232 npx doctest **/*.js Christian Clauss 2020-10-31 09:17:29 +01:00
  • 8d527fe1e2 Update nodejs.yml Christian Clauss 2020-10-31 09:15:46 +01:00
  • 9d21e03790 Update nodejs.yml Christian Clauss 2020-10-31 09:10:49 +01:00
  • 9bae390f01 Update nodejs.yml Christian Clauss 2020-10-31 09:07:09 +01:00
  • 3fec0509dd Update nodejs.yml Christian Clauss 2020-10-31 08:45:55 +01:00
  • 4c8866ec7e npx mocha Christian Clauss 2020-10-31 08:36:27 +01:00
  • 255ef0dffa npx mocha Maths/test/Abs.test.js Christian Clauss 2020-10-31 08:29:28 +01:00
  • 82ea7c966a updating DIRECTORY.md github-actions 2020-10-31 07:22:43 +00:00
  • ea2056f649 GitHub Action: Add mocha Maths/test/Abs.test.js Christian Clauss 2020-10-31 08:22:23 +01:00
  • 9587bfcc52 updating DIRECTORY.md github-actions 2020-10-31 07:18:10 +00:00
  • 19295099d0 Merge pull request #505 from theepag/WhileLoopFactorial Omkarnath Parida 2020-10-31 12:47:56 +05:30
  • 4e680d7087 Update WhileLoopFactorial.js #505 vinayak 2020-10-31 12:34:54 +05:30
  • 9c9640c1c3 Added Softmax to Maths folder (#516) Fergus McDonald 2020-10-30 23:50:29 -07:00
  • e62844f7d2 Update Queue.js #522 vinayak 2020-10-31 12:03:11 +05:30
  • 291f7b1a23 Apply JS standard rules on KMPPatternSearching.js #537 Rahul Jain 2020-10-30 23:04:21 +05:30
  • 2c5aaa3690 Add KMP string searching algorithm Rahul Jain 2020-10-30 23:01:06 +05:30
  • c117885246 AVL Tree Added in JS Fixes:#535 #536 lakhan_nad 2020-10-30 22:52:16 +05:30
  • 6bc638b34e StandardJS Checks require space after function name #534 Cristian Lupu 2020-10-30 18:28:29 +02:00
  • 84e4c9906b #142 #461 Adding Doctests to String/ReverseString.js Cristian Lupu 2020-10-30 18:24:34 +02:00
  • 50091d299f #142 #461 Adding Doctests to String/ReverseWords.js #533 Cristian Lupu 2020-10-30 18:17:57 +02:00
  • 09d38fe959 #142 #461 Adding Doctests to String/ValidateEmail.js #532 Cristian Lupu 2020-10-30 18:11:51 +02:00
  • feaca3b27a Make Fibonacci.js file comply with standard JS rules #531 Rahul Jain 2020-10-30 16:08:16 +05:30
  • 78a05970e2 Add O(log n) algorithm using matrix exponentiation to find n-th fibonacci Rahul Jain 2020-10-30 16:02:15 +05:30
  • 2190b92e1b updating DIRECTORY.md github-actions 2020-10-30 03:38:44 +00:00
  • 5e3e5a7849 Merge pull request #501 from baciucristian/email-validation Tapajyoti Bose 2020-10-30 09:08:28 +05:30