Commit Graph

  • 0af6c0c86b Merge pull request #732 from MrDoomy/feat/memoize-func Omkarnath Parida 2021-10-05 15:02:58 +05:30
  • 565ce68027 Update DIRECTORY.md (manually after a rebase) #727 Roland Hummel 2021-10-05 10:28:38 +02:00
  • 7bb3c80f05 Fix URL creation in directory markdown Roland Hummel 2021-10-05 10:19:06 +02:00
  • 6fe322bd8a Add npm ci to directory-updating job, as well (so that we can utilize globby) Roland Hummel 2021-10-04 00:27:11 +02:00
  • a69d9a8c49 Clean up and speed up UpdateDirectory.js Roland Hummel 2021-10-04 00:24:40 +02:00
  • 460fd57c6b Test: Drop env.CI Roland Hummel 2021-10-03 23:37:39 +02:00
  • f6396f4822 Don't cat the full DIRECTORY.md file in the github job Roland Hummel 2021-10-03 23:35:11 +02:00
  • 21d4096446 Another proposal: Clean up "update directory" job, as well Roland Hummel 2021-10-03 23:33:00 +02:00
  • 6f9b1f127f Proposal: Clean up CI job a bit Roland Hummel 2021-10-03 19:54:17 +02:00
  • 90b04eadd4 updating DIRECTORY.md github-actions 2021-10-05 08:54:47 +00:00
  • 73402d5140 chore: Merge pull request #733 from charliejmoore/upper-case-converstion-tests Rak Laptudirm 2021-10-05 14:24:28 +05:30
  • d712bfd5a7 chore: Merge pull request #739 from keshav-bohr/spell-check Rak Laptudirm 2021-10-05 14:21:47 +05:30
  • 0589fc19e0 Added comments about memoization #732 Damien Chazoule 2021-10-05 10:37:14 +02:00
  • e27bc0a702 resolved conflicts #739 Keshav Bohra 2021-10-05 14:05:11 +05:30
  • 17ac987863 Merge pull request #740 from keshav-bohr/issue-resolve Omkarnath Parida 2021-10-05 13:46:49 +05:30
  • 82ad8c8ad4 updating DIRECTORY.md github-actions 2021-10-05 08:15:04 +00:00
  • 8a11916452 Merge pull request #735 from charliejmoore/title-case-conversion-tests Omkarnath Parida 2021-10-05 13:44:44 +05:30
  • 1c22f65ce7 fixed the issue in Trie file and typo in sudoku #740 Keshav Bohra 2021-10-05 12:53:38 +05:30
  • 90b447c901 chore: Merge pull request #730 from ayazshah2/capitalize-first-letter Rak Laptudirm 2021-10-05 12:51:32 +05:30
  • 14034e29fe chore: add punctuation #730 Rak Laptudirm 2021-10-05 12:51:04 +05:30
  • 1589263947 fixed some spellings Keshav Bohra 2021-10-05 12:49:23 +05:30
  • 8bce33d265 Moving '__tests__' To 'test' Damien Chazoule 2021-10-05 08:50:12 +02:00
  • 8e5743f8cb Fix standardjs style errors Charlie Moore 2021-10-04 18:54:59 -04:00
  • 519f557899 Add tests for CycleSort Charlie Moore 2021-10-04 18:53:49 -04:00
  • 0da3880955 Fix bug where cycleSort was not returning the sorted array Charlie Moore 2021-10-04 18:53:03 -04:00
  • b3e6eed3ce Add export to CycleSort for Jest testing Charlie Moore 2021-10-04 18:50:14 -04:00
  • 720b7b054b Add function documentation to CycleSort Charlie Moore 2021-10-04 18:49:54 -04:00
  • f4814ba143 Fix typo Charlie Moore 2021-10-04 18:49:31 -04:00
  • 7076c2afbf Fix style per standard js rules Charlie Moore 2021-10-04 18:44:12 -04:00
  • 7c0379c024 Add tests for CombSort Charlie Moore 2021-10-04 18:43:54 -04:00
  • ea4e816b5e Add export of combSort for Jest testing Charlie Moore 2021-10-04 18:42:49 -04:00
  • 4ebe59345b Add function documentation to combSort function Charlie Moore 2021-10-04 18:42:28 -04:00
  • 11315ea449 Add tests for BucketSort Charlie Moore 2021-10-04 18:36:19 -04:00
  • 1e3648af5a Fix whitespace alignment Charlie Moore 2021-10-04 18:35:00 -04:00
  • 877356fbab Fix bug in bucketSort so that a comparison function is now provided to the sort function Charlie Moore 2021-10-04 18:33:35 -04:00
  • 269175689f Add function documentation to bucketSort Charlie Moore 2021-10-04 18:27:17 -04:00
  • 754f7b6b04 Export bucketSort function for Jest testing Charlie Moore 2021-10-04 17:57:13 -04:00
  • 55080ebffd Add a reference link for BucketSort Charlie Moore 2021-10-04 17:56:51 -04:00
  • ced6c891a6 Add tests for titleCaseConversion function #735 Charlie Moore 2021-10-04 12:23:05 -04:00
  • 654c824fdd Add check to handle empty string input. Charlie Moore 2021-10-04 12:21:34 -04:00
  • 085b166c77 Update LongestPalindromicSubsequence.test.js Omkarnath Parida 2021-10-04 17:39:26 +05:30
  • 551827dde7 chore: add code protection Rak Laptudirm 2021-10-04 12:23:50 +05:30
  • 184814745e Update description/documentation with explanation of title case, and simplifying assumptions this function makes Charlie Moore 2021-10-04 09:56:32 -04:00
  • 4ab047ddc5 Fix typos and add ASCII link Charlie Moore 2021-10-04 09:53:19 -04:00
  • 4ea13dee13 Update export style for Jest testing Charlie Moore 2021-10-04 09:52:30 -04:00
  • 90a59e6b60 Update function name casing to match convention Charlie Moore 2021-10-04 09:52:10 -04:00
  • 220e75d046 Fix standardjs warning #733 Charlie Moore 2021-10-04 09:44:28 -04:00
  • 9aa890b170 Add tests for UpperCaseConversion Charlie Moore 2021-10-04 09:37:15 -04:00
  • a4bde8200d Update capitalization style of function name to align with convention Charlie Moore 2021-10-04 09:30:49 -04:00
  • a21264698e Update export for Jest testing Charlie Moore 2021-10-04 09:30:17 -04:00
  • 85f8154f07 Fix typos and update description to include a link Charlie Moore 2021-10-04 09:28:55 -04:00
  • c8fd5353ba Updating Memoize Unit Test Damien Chazoule 2021-10-04 14:15:21 +02:00
  • 199d2637cc Update LongestPalindromicSubsequence.test.js Omkarnath Parida 2021-10-04 17:39:26 +05:30
  • 028e098b63 Feat: Added Memoize Func Damien Chazoule 2021-10-04 13:40:17 +02:00
  • 7a70ed789c capitalize first letter Dev 2021-10-04 11:26:14 +04:00
  • 877ce463c8 chore: add code protection Rak Laptudirm 2021-10-04 12:23:50 +05:30
  • bf088c0646 add an algorithm for checking a year is a leap year or not Sajeeb Ahamed 2021-10-04 01:20:08 +06:00
  • c1b6fcaa78 updating DIRECTORY.md github-actions 2021-10-03 16:01:10 +00:00
  • b5167878c4 Merge pull request #714 from defaude/test/Backtracking/RatInAMaze Omkarnath Parida 2021-10-03 21:30:50 +05:30
  • b793105009 Update .gitignore Omkarnath Parida 2021-10-03 21:29:55 +05:30
  • 085ee531cf updating DIRECTORY.md github-actions 2021-10-03 15:56:52 +00:00
  • 94ff1e336f Merge pull request #713 from defaude/test/Backtracking/Sudoku Omkarnath Parida 2021-10-03 21:26:35 +05:30
  • 177c4766e8 updating DIRECTORY.md github-actions 2021-10-03 15:55:09 +00:00
  • 7f6a4e74a3 Merge pull request #724 from pomkarnath98/master Omkarnath Parida 2021-10-03 21:24:54 +05:30
  • e0c5d494ae Added space after comma #724 Omkarnath Parida 2021-10-03 21:20:53 +05:30
  • 46dbe906b5 updating DIRECTORY.md github-actions 2021-10-03 15:48:01 +00:00
  • 5ed4227975 Merge pull request #722 from farha1/master Omkarnath Parida 2021-10-03 21:17:45 +05:30
  • 63ceac0925 Added test cases for TrappingRainWater Omkarnath Parida 2021-10-03 21:13:08 +05:30
  • 00c616debe updating DIRECTORY.md github-actions 2021-10-03 15:35:00 +00:00
  • 57a6491000 Merge pull request #723 from pomkarnath98/master Omkarnath Parida 2021-10-03 21:04:45 +05:30
  • db3caea70f Added test cases for LongestValidParentheses #723 Omkarnath Parida 2021-10-03 20:58:53 +05:30
  • c2b3931391 updating DIRECTORY.md github-actions 2021-10-03 15:13:50 +00:00
  • fd420229bf Merge pull request #721 from pomkarnath98/master Omkarnath Parida 2021-10-03 20:43:36 +05:30
  • 30d437bff9 Add max word algorithm #722 farharamadhan2 2021-10-03 22:08:47 +07:00
  • acd670bb2e Added test cases for LongestPalindromicSubsequence #721 Omkarnath Parida 2021-10-03 20:38:23 +05:30
  • 14a6e2eff3 updating DIRECTORY.md github-actions 2021-10-03 14:45:24 +00:00
  • 8daf45e6f0 Merge pull request #719 from MrDoomy/feat/shuffle-algorithm Omkarnath Parida 2021-10-03 20:15:07 +05:30
  • 0fea99db49 Update FisherYatesShuffle.test.js #719 Omkarnath Parida 2021-10-03 20:10:56 +05:30
  • 6fdd267459 Update FisherYatesShuffle.js Omkarnath Parida 2021-10-03 20:10:26 +05:30
  • 0ada757576 Update FisherYatesShuffle.js Omkarnath Parida 2021-10-03 20:08:02 +05:30
  • 28f13bb260 Apply standard code style #714 Roland Hummel 2021-10-03 16:04:06 +02:00
  • 6b2840f579 Added Fisher Yates Algorithm Damien Chazoule 2021-10-03 15:40:45 +02:00
  • 2b3db6c1d5 Apply standard code style #713 Roland Hummel 2021-10-03 15:11:15 +02:00
  • fb763c4a3f updating DIRECTORY.md github-actions 2021-10-03 12:07:50 +00:00
  • 200e8232c5 Merge pull request #718 from pomkarnath98/master Omkarnath Parida 2021-10-03 17:37:32 +05:30
  • 3f6b4c1d72 added new line #718 Omkarnath Parida 2021-10-03 17:31:45 +05:30
  • c198a9f53d Added test for ScrambleStrings and formatted folder structure for other folders Omkarnath Parida 2021-10-03 17:28:17 +05:30
  • 255ef9a50d updating DIRECTORY.md github-actions 2021-10-03 11:39:26 +00:00
  • 37b2cebe22 Merge pull request #715 from Koddi-Evangelista/master Omkarnath Parida 2021-10-03 17:09:12 +05:30
  • 9aedaa8bd6 updating DIRECTORY.md github-actions 2021-10-03 11:32:28 +00:00
  • d2ed0c7b47 Merge pull request #717 from trasherdk/DecimalToHex Omkarnath Parida 2021-10-03 17:02:15 +05:30
  • 38b42cf0a4 Update DecimalToHex.js #717 Omkarnath Parida 2021-10-03 16:57:52 +05:30
  • c35b20a4ce DecimalToHex - Add test file DecimalToHex.test.js - Add export to DecimalToHex.js - Remove console.log from DecimalToHex.js TrasherDK 2021-10-03 12:11:34 +02:00
  • c0fa45cc19 updating DIRECTORY.md github-actions 2021-10-03 08:33:26 +00:00
  • 2ecee85012 chore: merge "Add test for camel case algorithm" (#710) alvux 2021-10-03 04:33:07 -04:00
  • 44fee4167f Code style Roland Hummel 2021-10-03 10:15:35 +02:00
  • 08effc8581 Credit where credit's due: Add reference to original author Roland Hummel 2021-10-03 10:05:57 +02:00
  • 0d5a3cef48 Made the "complex" test harder, forcing the algorithm to actually back-track ;) Roland Hummel 2021-10-03 10:05:33 +02:00
  • ff671ffd12 updating DIRECTORY.md github-actions 2021-10-03 06:05:46 +00:00
  • ea36915c37 Merge pull request #711 from pomkarnath98/master Omkarnath Parida 2021-10-03 11:35:30 +05:30