An open API service providing commit metadata for open source projects.

GitHub / TheAlgorithms/JavaScript / commits

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

SHA Message Author Date Stats
2edbc237 Comply with ESM syntax. Remove unnecessary import. Eric Lavault <3****e@u****m> almost 5 years ago
3f32320c Comply with ESM. Convert live code example to Jest test. Eric Lavault <3****e@u****m> almost 5 years ago
cbe7e0c8 Comply with ESM syntax. Eric Lavault <3****e@u****m> almost 5 years ago
5f601fac merge chore: Merge pull request #764 from lvlte/fixes Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
8812f63b Small fixes + comply with JS standard styles. Eric Lavault <3****e@u****m> almost 5 years ago
5a290c3a merge chore: Merge pull request #759 from Aayushi-Mittal/powerOf2 Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
3d8a5778 Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
7ce688b9 Updated the code and did the required changes Aayushi-Mittal <a****8@g****m> almost 5 years ago
46d68557 merge chore: Merge pull request #745 from lvlte/ProjectEuler/016 Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
572a9b1a merge chore: Merge pull request #747 from lvlte/ProjectEuler/020 Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
2c273ba6 Use ESM syntax and remove console.log() Eric Lavault <3****e@u****m> almost 5 years ago
52de0391 Use ESM syntax and remove console.log() Eric Lavault <3****e@u****m> almost 5 years ago
e978f436 Add code and tests for checking power of 2 Aayushi-Mittal <a****8@g****m> almost 5 years ago
cbf28a7b Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
a83168c4 merge chore: Merge pull request #756 from nibble-4bits/algorithm/bufferToBase64 Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
fc0647ee Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
01706848 merge chore: Merge pull request #757 from nibble-4bits/algorithm/base64ToBuffer Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
d6193f6a Create algorithm for converting base64 to binary data Luis De Anda <l****6@g****m> almost 5 years ago
5d561406 Add comment linking to base64 article in Wikipedia Luis De Anda <l****6@g****m> almost 5 years ago
281c675d Create algorithm for converting binary data to base64 Luis De Anda <l****6@g****m> almost 5 years ago
2ae093b9 Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
124d2010 chore: merge Added Temperature Conversions to Javascript (#705)
Co-authored-by: Rak Laptudirm <r****m@g****m>, Rak Laptudirm <r****m@g****m>, Rak Laptudirm <r****m@g****m>
Sabari Ganesh <6****K@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
95b75e81 chore: merge Fix/742 migrate doctest for Vector2.js (#752) Fabian Kielmann <5****n@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b13b12e8 chore: merge Fix/742 migrate doctest to jest (#749) Roland Hummel <r****l@q****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
6eeb9899 merge chore: Merge pull request #750 from thisabhijeet/kadanes Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
7c9219d4 merge chore: Merge pull request #738 from charliejmoore/cycle-sort-tests Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
ee54c717 Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
586aa929 merge Fix merge conflicts Charlie Moore <m****r@g****m> almost 5 years ago
83b840d6 merge Merge branch 'master' of github.com:charliejmoore/Javascript into cycle-sort-... Charlie Moore <m****r@g****m> almost 5 years ago
13464144 merge Merge branch 'master' of github.com:charliejmoore/Javascript into cycle-sort-... Charlie Moore <m****r@g****m> almost 5 years ago
ed49e122 tried to fix tests Abhijeet Tiwari <a****2@g****m> almost 5 years ago
5a59d1ef changes made Abhijeet Tiwari <a****2@g****m> almost 5 years ago
c0fa1401 merge Merge branch 'kadanes' of https://github.com/thisabhijeet/Javascript into kad... Abhijeet Tiwari <a****2@g****m> almost 5 years ago
3a8e3362 added documentation, js standard style and jest testing to kadane algorithm f... Abhijeet Tiwari <a****2@g****m> almost 5 years ago
6607f279 Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
7be5ce0f merge chore: Merge pull request #748 from chiranjeev-thapliyal/master Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
254f90bc added tests for Backtracking/AllCombinationsOfSizeK Chiranjeev <6****0@g****m> almost 5 years ago
2e6f8ae9 merge chore: Merge pull request #736 from charliejmoore/bucket-sort-tests Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
7e419f02 merge chore: Merge pull request #726 from ahamed/master Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
2534858e merge chore: Merge pull request #737 from charliejmoore/comb-sort-tests Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
5bb16d76 updating DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
6bb075df Group tests in a describe Charlie Moore <m****r@g****m> almost 5 years ago
9fb68845 merge Merge branch 'comb-sort-tests' of github.com:charliejmoore/Javascript into co... Charlie Moore <m****r@g****m> almost 5 years ago
6bba9da1 Group tests in a describe Charlie Moore <m****r@g****m> almost 5 years ago
6919e85c added Backtracking/AllCombinationsOfSizeK Chiranjeev <6****0@g****m> almost 5 years ago
b23f9afa Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
82d1c2a6 merge Merge branch 'master' into master Sajeeb Ahamed <s****d@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
98d2cb75 :recycle: rollback the package.json and the lock file Sajeeb Ahamed <s****d@g****m> almost 5 years ago
697c840c Fix syntax (using JavaScript Standard Style) Eric Lavault <3****e@u****m> almost 5 years ago
70275154 Add tests for ProjectEuler problem 20 (Jest). Eric Lavault <3****e@u****m> almost 5 years ago
7121a6d9 Project Euler : fix solution for problem 20 (Factorial digit sum). Eric Lavault <3****e@u****m> almost 5 years ago
8afef50c Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
22e194ed Add tests for ProjectEuler problem 16 (Jest). Eric Lavault <3****e@u****m> almost 5 years ago
a9e2661d Project Euler : add solution for problem 16 (Power digit sum). Eric Lavault <3****e@u****m> almost 5 years ago
8f49b789 Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
eaa8dc64 merge Fix merge conflicts Charlie Moore <m****r@g****m> almost 5 years ago
11702cc0 merge Merge branch 'master' of github.com:charliejmoore/Javascript into comb-sort-t... Charlie Moore <m****r@g****m> almost 5 years ago
801b0cd7 updating DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
c83bc5ba Remove testing code in function file Charlie Moore <m****r@g****m> almost 5 years ago
fc07f38a merge Fix merge conflicts Charlie Moore <m****r@g****m> almost 5 years ago
932599d3 Remove testing code in function file Charlie Moore <m****r@g****m> almost 5 years ago
782386a1 Remove testing code in function file Charlie Moore <m****r@g****m> almost 5 years ago
7af7a1fa Auto-update DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
c78bc35a merge chore: Merge pull request #727 from defaude/fix/586-build-pipeline Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
42549056 updating DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
0af6c0c8 merge Merge pull request #732 from MrDoomy/feat/memoize-func Omkarnath Parida <p****8@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
565ce680 Update DIRECTORY.md (manually after a rebase) Roland Hummel <r****l@q****e> almost 5 years ago
6fe322bd Add npm ci to directory-updating job, as well (so that we can utilize globby) Roland Hummel <r****l@q****e> almost 5 years ago
7bb3c80f Fix URL creation in directory markdown Roland Hummel <r****l@q****e> almost 5 years ago
460fd57c Test: Drop env.CI Roland Hummel <r****l@q****e> almost 5 years ago
21d40964 Another proposal: Clean up "update directory" job, as well Roland Hummel <r****l@q****e> almost 5 years ago
f6396f48 Don't cat the full DIRECTORY.md file in the github job Roland Hummel <r****l@q****e> almost 5 years ago
a69d9a8c Clean up and speed up UpdateDirectory.js Roland Hummel <r****l@q****e> almost 5 years ago
6f9b1f12 Proposal: Clean up CI job a bit Roland Hummel <r****l@q****e> almost 5 years ago
90b04ead updating DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
73402d51 merge chore: Merge pull request #733 from charliejmoore/upper-case-converstion-tests Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
d712bfd5 merge chore: Merge pull request #739 from keshav-bohr/spell-check Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
0589fc19 Added comments about memoization Damien Chazoule <d****e@g****m> almost 5 years ago
e27bc0a7 merge resolved conflicts Keshav Bohra <k****6@g****m> almost 5 years ago
17ac9878 merge Merge pull request #740 from keshav-bohr/issue-resolve Omkarnath Parida <p****8@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
82ad8c8a updating DIRECTORY.md github-actions <$****}@u****m> almost 5 years ago
8a119164 merge Merge pull request #735 from charliejmoore/title-case-conversion-tests Omkarnath Parida <p****8@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
1c22f65c fixed the issue in Trie file and typo in sudoku Keshav Bohra <k****6@g****m> almost 5 years ago
90b447c9 merge chore: Merge pull request #730 from ayazshah2/capitalize-first-letter Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
14034e29 chore: add punctuation Rak Laptudirm <r****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
15892639 fixed some spellings Keshav Bohra <k****6@g****m> almost 5 years ago
8bce33d2 Moving '__tests__' To 'test' Damien Chazoule <d****e@g****m> almost 5 years ago
8e5743f8 Fix standardjs style errors Charlie Moore <m****r@g****m> almost 5 years ago
519f5578 Add tests for CycleSort Charlie Moore <m****r@g****m> almost 5 years ago
0da38809 Fix bug where cycleSort was not returning the sorted array Charlie Moore <m****r@g****m> almost 5 years ago
b3e6eed3 Add export to CycleSort for Jest testing Charlie Moore <m****r@g****m> almost 5 years ago
720b7b05 Add function documentation to CycleSort Charlie Moore <m****r@g****m> almost 5 years ago
f4814ba1 Fix typo Charlie Moore <m****r@g****m> almost 5 years ago
7076c2af Fix style per standard js rules Charlie Moore <m****r@g****m> almost 5 years ago
7c0379c0 Add tests for CombSort Charlie Moore <m****r@g****m> almost 5 years ago
ea4e816b Add export of combSort for Jest testing Charlie Moore <m****r@g****m> almost 5 years ago
4ebe5934 Add function documentation to combSort function Charlie Moore <m****r@g****m> almost 5 years ago
11315ea4 Add tests for BucketSort Charlie Moore <m****r@g****m> almost 5 years ago
1e3648af Fix whitespace alignment Charlie Moore <m****r@g****m> almost 5 years ago
877356fb Fix bug in bucketSort so that a comparison function is now provided to the so... Charlie Moore <m****r@g****m> almost 5 years ago

← Back to repository