Skip to content
Permalink
master

Commits on Oct 1, 2020

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Oct 1, 2020
  2. towerOfHanoi added (#312)

    Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
    Aayush2011 and Aayushadh committed Oct 1, 2020
  3. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Oct 1, 2020
  4. Added PrimeCheck (#340)

    c-utkarsh committed Oct 1, 2020
  5. Trie Added in JS (#296)

    * Trie Added in JS
    
    * Standard Fixed
    
    * updating DIRECTORY.md
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    Lakhan-Nad and github-actions committed Oct 1, 2020
  6. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Oct 1, 2020
  7. Added Modular Binary Exponentiation (Recursive) (#337)

    c-utkarsh committed Oct 1, 2020
  8. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Oct 1, 2020
  9. digitSumAdded (#315)

    Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
    Aayush2011 and Aayushadh committed Oct 1, 2020
  10. Changed var to const/let (#322)

    * varToLet
    
    * Update DijkstraSmallestPath.js
    
    Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
    Aayush2011 and Aayushadh committed Oct 1, 2020

Commits on Sep 13, 2020

  1. Bump node-fetch from 2.6.0 to 2.6.1

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and ms10398 committed Sep 13, 2020

Commits on Aug 23, 2020

  1. Merge pull request #271 from Chaitanya-Raj/patch-1

    fix typo
    StepfenShawn committed Aug 23, 2020
  2. Update BinaryToDecimal.js

    Chaitanya-Raj committed Aug 23, 2020

Commits on Aug 20, 2020

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 20, 2020
  2. new stack implementation (ES6) fixes: #{246} (#247)

    * new stack implementation (ES6) fixes: #{246}
    
    * Update Data-Structures/Stack/StackES6.js
    
    Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
    
    * Update StackES6.js
    
    Co-authored-by: vinayak <itssvinayak@gmail.com>
    Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
    3 people committed Aug 20, 2020
  3. Changed β€œvar” to β€œlet” in DecimalToOctal.js (#256)

    * Changed β€œvar” to β€œlet” in DecimalToOctal.js
    
    Moved 1 liner code into 2 lines.
    
    * Update Conversions/DecimalToOctal.js
    
    Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
    
    Co-authored-by: vinayak <itssvinayak@gmail.com>
    Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
    3 people committed Aug 20, 2020
  4. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 20, 2020
  5. Implement binary to decimal (#264)

    * Implement binary to decimal
    
    * Add missing end of line
    
    * Add comments for understanding
    
    Co-authored-by: Neha Saggam <neha@technogise.com>
    neha-saggam and nehaksaggam committed Aug 20, 2020

Commits on Aug 19, 2020

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 19, 2020
  2. Add string check anagram (#254)

    * Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams
    
    * Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams
    
    * Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams
    techieParth committed Aug 19, 2020
  3. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 19, 2020
  4. Added CoinChange Algorithm (#260)

    * Added CoinChange Algorithm
    
    * Minor Changes
    
    * Minor Changes
    
    * Minor Changes
    nttzamos committed Aug 19, 2020
  5. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 19, 2020
  6. Added Levenshtein Distance Algorithm (#263)

    nttzamos committed Aug 19, 2020
  7. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 19, 2020
  8. Added string pattern matching algorithm (#238)

    thivagar-manickam committed Aug 19, 2020
  9. Added Introsort Implementation in JS. (#267)

    * Feature: Added IntroSort in JS Closes #265
    
    * updating DIRECTORY.md
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    Lakhan-Nad and github-actions committed Aug 19, 2020

Commits on Aug 15, 2020

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 15, 2020
  2. Merge pull request #257 from LefterisD/master

    Added Interpolation and exponential search
    StepfenShawn committed Aug 15, 2020

Commits on Aug 10, 2020

  1. Fixed exponentialSearch.js and interpolationSearch.js

    LefterisD committed Aug 10, 2020
  2. Added Interpolation and exponential searches in the javascript repo

    LefterisD committed Aug 10, 2020

Commits on Aug 2, 2020

  1. Add doctest to devDependencies of package.json

    As requested at #142 (comment)
    cclauss committed Aug 2, 2020

Commits on Aug 1, 2020

  1. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 1, 2020
  2. Adding TimingFunctions/IntervalTimer (#237)

    * IntervalTimer added | DIRECTORY.md modified.
    
    * IntervalTimer added | DIRECTORY.md modified.
    
    * Fixed "extra ;" issue
    nandanvasudevan committed Aug 1, 2020
  3. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Aug 1, 2020
Older
You can’t perform that action at this time.