Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seba1rx/JavaScriptAlgorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TheAlgorithms/JavaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 20, 2024

  1. test: added for Linear Search Algorithm (TheAlgorithms#1753)

    * test: added for Linear Search Algorithm
    
    * Update Search/LinearSearch.js
    
    Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Hridyanshu7 <himank7794@gmail.com>
    Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
    3 people authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    85a55da View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. Resolve duplicate entries for sieve of eratosthenes (TheAlgorithms#1770)

    * remove intarr test
    
    * Remove main file oops
    
    * FIXES: TheAlgorithms#1666 , remove references to SieveOfEratosthenesIntArray
    
    * Finally fix the requirements, passes vitest
    
    * Updated Documentation in README.md
    
    * FIXES: TheAlgorithms#1666 and conform to alg comment standards
    
    ---------
    
    Co-authored-by: SpiderMath <SpiderMath@users.noreply.github.com>
    SpiderMath and SpiderMath authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    a62a46e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Configuration menu
    Copy the full SHA
    1d252d7 View commit details
    Browse the repository at this point in the history
Loading