Commit Graph

  • 0ae960c4ee added tests for rodCutting and made some changes raghhavtaneja 2021-10-12 11:06:21 +05:30
  • d6364548aa Check if number is already power of two #777 Indre Maksimovaite 2021-10-11 20:24:38 +03:00
  • 372348f64c add algorithm that calculates next power of two Indre Maksimovaite 2021-10-11 20:13:36 +03:00
  • 0312ee731e Create RodCutting.js raghhavtaneja 2021-10-11 21:54:41 +05:30
  • 274686a5fe RomanToDecimal : Fix import (typo). #768 Eric Lavault 2021-10-11 16:33:44 +02:00
  • e3a10eec6f Pull/merge updated directory.md Eric Lavault 2021-10-11 16:25:22 +02:00
  • 8c64f99316 Officially switching to ES Module system. Eric Lavault 2021-10-11 16:23:02 +02:00
  • 88ee1325d5 Auto-update DIRECTORY.md github-actions 2021-10-11 14:17:59 +00:00
  • cb6201f03f Project Euler problems (numbering) : follow naming convention. Eric Lavault 2021-10-11 16:17:25 +02:00
  • df4a783b06 Complying with JavaScript Standard Style (npx standard --fix). Eric Lavault 2021-10-11 15:49:24 +02:00
  • 87a3da7e37 Remove console.log Eric Lavault 2021-10-11 15:11:52 +02:00
  • 9218a5c73e RomanToDecimal : live test and example were removed, adding Jest test instead. Eric Lavault 2021-10-11 14:51:30 +02:00
  • e3d605c528 Breadth FIrst Tree Traversal : Convert live test into Jest test. Eric Lavault 2021-10-11 14:48:06 +02:00
  • 036ac907ae Graph2.js : Convert live test into Jest test. Eric Lavault 2021-10-11 14:23:24 +02:00
  • e18718b7d5 Remove live code & console.log, leave examples as comments. Eric Lavault 2021-10-11 14:07:10 +02:00
  • 90356f340d Exponential Search : Fix 'value' is not defined error . Eric Lavault 2021-10-11 12:58:45 +02:00
  • 74f296578a Search/Sorts algoruthms : remove live code & console.log, leave examples as comments. Eric Lavault 2021-10-11 12:29:03 +02:00
  • 8a7be96c9d Fix non-standard syntax Eric Lavault 2021-10-10 19:11:57 +02:00
  • 5f45b540b9 Remove live code & console.log, leave examples as comments (ProjectEuler, Recursive). Eric Lavault 2021-10-10 18:18:25 +02:00
  • 9212e6d684 Remove live code & console.log, leave examples as comments (Geometry, Graphs, Maths). Eric Lavault 2021-10-10 17:55:08 +02:00
  • 29d2a84090 Dynamic-Programming : remove live code & console.log, leave examples as comments. Eric Lavault 2021-10-10 17:00:21 +02:00
  • 449ef45193 Data Structure : Convert live test to Jest test. Remove live code & console.log Eric Lavault 2021-10-10 16:25:41 +02:00
  • a3d44ad3e1 Data Structure : remove live code & console.log Eric Lavault 2021-10-10 16:11:06 +02:00
  • 1d1729822a running the test and style commands Syed Fasiuddin 2021-10-10 12:41:22 +05:30
  • a13ea05ecf adding test file for AlphaNumericPalindrome algorithm Syed Fasiuddin 2021-10-10 12:34:10 +05:30
  • 5d387d3de1 adding AlphaNumericPalindrome.js, an algorithm question from freecode Syed Fasiuddin 2021-10-10 12:31:00 +05:30
  • 30779682b9 Conversions algorithms : remove live code & console.log. Eric Lavault 2021-10-09 18:15:30 +02:00
  • ab7e51909a LFUCache/LRUCache : convert live code example to Jest test. Eric Lavault 2021-10-09 18:01:42 +02:00
  • 5c4be7604d Remove live code & console.log (Backtracking, Bit-manipulation, Ciphers). Eric Lavault 2021-10-09 17:47:03 +02:00
  • 7f6a53ad4a KnightTour : convert live code example to Jest test (log remaining is within a print method). Eric Lavault 2021-10-09 15:05:52 +02:00
  • 97724cc937 Merge branch 'TheAlgorithms:master' into issues/720 Eric L 2021-10-09 14:52:17 +02:00
  • 5624fa61a6 Merge branch 'issues/720' of https://github.com/lvlte/Javascript into issues/720 Eric Lavault 2021-10-09 14:31:37 +02:00
  • 09da5eef17 Fix GeneratePermutations so that it actually returns the permutations instead of logging them + add Jest test. Eric Lavault 2021-10-09 14:29:44 +02:00
  • 51897ca984 Auto-update DIRECTORY.md github-actions 2021-10-09 12:08:10 +00:00
  • 4f4deac8d4 Fix #748 : Revise algorithm implementation so that it actually returns the combinations. Fix test (was not running, .mjs not matching Jest pattern) and work. Eric Lavault 2021-10-09 14:07:27 +02:00
  • 2edbc23730 Comply with ESM syntax. Remove unnecessary import. Eric Lavault 2021-10-09 13:37:33 +02:00
  • 3f32320c85 Comply with ESM. Convert live code example to Jest test. Eric Lavault 2021-10-09 13:25:34 +02:00
  • cbe7e0c89f Comply with ESM syntax. Eric Lavault 2021-10-09 13:18:40 +02:00
  • 5f601fac8d chore: Merge pull request #764 from lvlte/fixes Rak Laptudirm 2021-10-09 16:34:11 +05:30
  • 8812f63ba2 Small fixes + comply with JS standard styles. #764 Eric Lavault 2021-10-09 12:23:49 +02:00
  • 5a290c3ae5 chore: Merge pull request #759 from Aayushi-Mittal/powerOf2 Rak Laptudirm 2021-10-08 21:34:19 +05:30
  • 3d8a577881 Auto-update DIRECTORY.md #759 github-actions 2021-10-08 15:51:56 +00:00
  • 7ce688b9db Updated the code and did the required changes Aayushi-Mittal 2021-10-08 21:20:21 +05:30
  • 46d6855771 chore: Merge pull request #745 from lvlte/ProjectEuler/016 Rak Laptudirm 2021-10-08 17:38:55 +05:30
  • 572a9b1a33 chore: Merge pull request #747 from lvlte/ProjectEuler/020 Rak Laptudirm 2021-10-08 17:36:48 +05:30
  • 2c273ba662 Use ESM syntax and remove console.log() #747 Eric Lavault 2021-10-08 13:26:10 +02:00
  • 52de039184 Use ESM syntax and remove console.log() #745 Eric Lavault 2021-10-08 13:21:01 +02:00
  • e978f4365d Add code and tests for checking power of 2 Aayushi-Mittal 2021-10-08 15:41:45 +05:30
  • cbf28a7bb2 Auto-update DIRECTORY.md github-actions 2021-10-08 08:01:21 +00:00
  • a83168c450 chore: Merge pull request #756 from nibble-4bits/algorithm/bufferToBase64 Rak Laptudirm 2021-10-08 13:30:50 +05:30
  • fc0647eec6 Auto-update DIRECTORY.md github-actions 2021-10-08 08:00:19 +00:00
  • 017068480c chore: Merge pull request #757 from nibble-4bits/algorithm/base64ToBuffer Rak Laptudirm 2021-10-08 13:29:46 +05:30
  • d6193f6a8a Create algorithm for converting base64 to binary data #757 Luis De Anda 2021-10-08 00:49:43 -05:00
  • 5d56140699 Add comment linking to base64 article in Wikipedia #756 Luis De Anda 2021-10-08 00:22:10 -05:00
  • 281c675d63 Create algorithm for converting binary data to base64 Luis De Anda 2021-10-08 00:19:00 -05:00
  • 2ae093b97c Auto-update DIRECTORY.md github-actions 2021-10-07 07:41:27 +00:00
  • 124d2010f0 chore: merge Added Temperature Conversions to Javascript (#705) Sabari Ganesh 2021-10-07 13:10:54 +05:30
  • 95b75e81d3 chore: merge Fix/742 migrate doctest for Vector2.js (#752) Fabian Kielmann 2021-10-07 09:09:06 +02:00
  • b13b12e88c chore: merge Fix/742 migrate doctest to jest (#749) Roland Hummel 2021-10-07 09:03:38 +02:00
  • 6eeb989930 chore: Merge pull request #750 from thisabhijeet/kadanes Rak Laptudirm 2021-10-06 17:57:29 +05:30
  • 7c9219d4fd chore: Merge pull request #738 from charliejmoore/cycle-sort-tests Rak Laptudirm 2021-10-06 17:48:00 +05:30
  • ee54c7176a Auto-update DIRECTORY.md #738 github-actions 2021-10-06 11:45:15 +00:00
  • 586aa929c8 Fix merge conflicts Charlie Moore 2021-10-06 07:44:41 -04:00
  • 83b840d691 Merge branch 'master' of github.com:charliejmoore/Javascript into cycle-sort-tests Charlie Moore 2021-10-06 07:42:16 -04:00
  • 134641443b Merge branch 'master' of github.com:charliejmoore/Javascript into cycle-sort-tests Charlie Moore 2021-10-06 07:41:35 -04:00
  • ed49e122a7 tried to fix tests #750 Abhijeet Tiwari 2021-10-06 15:34:08 +05:30
  • 5a59d1efc0 changes made Abhijeet Tiwari 2021-10-06 15:02:37 +05:30
  • c0fa1401c8 Merge branch 'kadanes' of https://github.com/thisabhijeet/Javascript into kadanes Abhijeet Tiwari 2021-10-06 14:45:56 +05:30
  • 3a8e336262 added documentation, js standard style and jest testing to kadane algorithm file. Abhijeet Tiwari 2021-10-06 14:45:07 +05:30
  • 6607f279ca Auto-update DIRECTORY.md github-actions 2021-10-06 09:10:09 +00:00
  • 7be5ce0f1b chore: Merge pull request #748 from chiranjeev-thapliyal/master Rak Laptudirm 2021-10-06 14:39:39 +05:30
  • 254f90bca1 added tests for Backtracking/AllCombinationsOfSizeK #748 Chiranjeev 2021-10-06 14:03:27 +05:30
  • 2e6f8ae982 chore: Merge pull request #736 from charliejmoore/bucket-sort-tests #746 Rak Laptudirm 2021-10-06 12:45:35 +05:30
  • 7e419f02db chore: Merge pull request #726 from ahamed/master Rak Laptudirm 2021-10-06 12:34:22 +05:30
  • 2534858e58 chore: Merge pull request #737 from charliejmoore/comb-sort-tests Rak Laptudirm 2021-10-06 12:32:33 +05:30
  • 5bb16d76aa updating DIRECTORY.md github-actions 2021-10-05 21:25:52 +00:00
  • 6bb075df92 Group tests in a describe Charlie Moore 2021-10-05 17:25:22 -04:00
  • 9fb6884563 Merge branch 'comb-sort-tests' of github.com:charliejmoore/Javascript into comb-sort-tests #737 Charlie Moore 2021-10-05 17:23:52 -04:00
  • 6bba9da118 Group tests in a describe Charlie Moore 2021-10-05 17:23:36 -04:00
  • 6919e85c01 added Backtracking/AllCombinationsOfSizeK Chiranjeev 2021-10-06 00:13:25 +05:30
  • b23f9afa43 Auto-update DIRECTORY.md #726 github-actions 2021-10-05 18:01:30 +00:00
  • 82d1c2a6bd Merge branch 'master' into master Sajeeb Ahamed 2021-10-06 00:00:47 +06:00
  • 98d2cb7579 ♻️ rollback the package.json and the lock file Sajeeb Ahamed 2021-10-05 23:57:48 +06:00
  • 697c840cfa Fix syntax (using JavaScript Standard Style) Eric Lavault 2021-10-05 19:50:30 +02:00
  • 7027515475 Add tests for ProjectEuler problem 20 (Jest). Eric Lavault 2021-10-05 19:29:07 +02:00
  • 7121a6d96e Project Euler : fix solution for problem 20 (Factorial digit sum). Eric Lavault 2021-10-05 19:28:17 +02:00
  • 8afef50cb7 Auto-update DIRECTORY.md github-actions 2021-10-05 16:12:48 +00:00
  • 22e194ed39 Add tests for ProjectEuler problem 16 (Jest). Eric Lavault 2021-10-05 18:11:21 +02:00
  • a9e2661dcd Project Euler : add solution for problem 16 (Power digit sum). Eric Lavault 2021-10-05 18:06:50 +02:00
  • 8f49b7894d Auto-update DIRECTORY.md github-actions 2021-10-05 13:06:02 +00:00
  • eaa8dc64a7 Fix merge conflicts Charlie Moore 2021-10-05 09:05:21 -04:00
  • 11702cc033 Merge branch 'master' of github.com:charliejmoore/Javascript into comb-sort-tests Charlie Moore 2021-10-05 09:02:26 -04:00
  • 801b0cd71e updating DIRECTORY.md github-actions 2021-10-05 13:00:52 +00:00
  • c83bc5ba6e Remove testing code in function file Charlie Moore 2021-10-05 09:00:29 -04:00
  • fc07f38a0c Fix merge conflicts #736 Charlie Moore 2021-10-05 08:56:43 -04:00
  • 932599d37b Remove testing code in function file Charlie Moore 2021-10-05 08:54:13 -04:00
  • 782386a11a Remove testing code in function file Charlie Moore 2021-10-05 08:53:05 -04:00
  • 7af7a1fa74 Auto-update DIRECTORY.md github-actions 2021-10-05 09:39:05 +00:00
  • c78bc35a06 chore: Merge pull request #727 from defaude/fix/586-build-pipeline Rak Laptudirm 2021-10-05 15:08:34 +05:30
  • 42549056b9 updating DIRECTORY.md github-actions 2021-10-05 09:33:19 +00:00