Skip to content

pullrequests Search Results · repo:TheAlgorithms/JavaScript language:JavaScript is:unmerged

Filter by

804 results
 (111 ms)

804 results

inTheAlgorithms/JavaScript (press backspace or delete to remove)

Added a clear explanation and example to help beginners understand the algorithm. This improves readability and documentation quality.
  • Vikash565-dot
  • 2
  • Opened 
    4 days ago
  • #1865

The test for Project Euler Problem 044 includes a second test that finds a second solution for the problem. This second solution test makes up for a third of the running time for the tests. I propose removing ...
  • crhallberg
  • 1
  • Opened 
    9 days ago
  • #1864

Part 1 of improving the time tests take. Describe your change: - [ ] Add an algorithm? - [x] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? Checklist: - [x] I have ...
  • crhallberg
  • 1
  • Opened 
    10 days ago
  • #1863

- [x] move demo1 and demo2 into test - [x] cover obvious code branches Describe your change: - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? ...
  • crhallberg
  • 2
  • Opened 
    10 days ago
  • #1862

The change replaces the final loop with a direct return statement. Previously, the code looped through all vertices to find the destination and then returned its distance. This loop was unnecessary because ...
  • Ujwal200707
  • Opened 
    18 days ago
  • #1861

I added a simple and clean implementation of the Insertion Sort algorithm in JavaScript. Please review and merge. Thank you! Open in Gitpod nbsp;know more Describe your change: - [x] Add an algorithm? ...
  • koushithatadiboina
  • Opened 
    18 days ago
  • #1860

Implement palindrome partitioning algorithm to find all possible palindromic substrings of a given string. Open in Gitpod nbsp;know more Describe your change: - [ ] Add an algorithm? - [ ] Fix a ...
  • bangarumahesh22
  • 1
  • Opened 
    19 days ago
  • #1859

I have added a simple Bubble Sort implementation in JavaScript. The code is clean, easy to understand, and follows the style of the repository. Please review and merge this PR. Open in Gitpod nbsp;know ...
  • koushitha-30734
  • 1
  • Opened 
    19 days ago
  • #1858

Implemented a function to transpose a 2D array. It s just for the basic understanding of the How Arrays work, how they transpose their elements.
  • HarshNagpal07
  • 2
  • Opened 
    25 days ago
  • #1857

Open in Gitpod nbsp;know more Describe your change: - [ ] Add an algorithm? - [☑] Fix a bug or typo in an existing algorithm? (Commit message contains description of changes) - [ ] Documentation ...
  • W0uldYouKindly
  • 2
  • Opened 
    on Nov 11
  • #1856