pullrequests Search Results Β· repo:AllAlgorithms/javascript language:JavaScript is:unmerged
Filter by
7 results
(150 ms)7 results
inAllAlgorithms/javascript (press backspace or delete to remove)I am creating a pull request for...
- [ ] New algorithm
- [x] Update to an algorithm
- [x] Fix an error
- [x] Other - Describe below Refactoring
Rudxain
- Opened on Oct 5, 2022
- #69
I am creating a pull request for...
- [ ] New algorithm
- [x] Update to an algorithm
- [x] Fix an error
- [x] Other - ... Strict mode, better docs, refactoring, support for negatives and bigints, ...
Rudxain
- 1
- Opened on Sep 16, 2022
- #68
Strict mode, better docs, refactoring, support for negatives, protection against infinite loops, etc...
I am creating a pull request for...
- [ ] New algorithm
- [x] Update to an algorithm
- [x] ...
Rudxain
- 1
- Opened on Sep 16, 2022
- #67
In computer science, heapsort (invented by J. W. J. Williams in 1964) is a comparison-based sorting algorithm. Heapsort
can be thought of as an improved selection sort: like that algorithm, it divides ...
needs to be finished
gastonche
- 1
- Opened on Oct 2, 2018
- #24
The Comb Sort is a variant of the Bubble Sort. Like the Shell sort, the Comb Sort increases the gap used in comparisons and exchanges. Some implementations use the insertion sort once the gap is less than ...
needs to be finished
gastonche
- 1
- Opened on Oct 2, 2018
- #23
Flashsort is a distribution sorting algorithm showing linear computational complexity O(n) for uniformly distributed
data sets and relatively little additional memory requirement. The original work was ...
needs to be finished
waiting to be merged ...
gastonche
- 2
- Opened on Oct 2, 2018
- #21