Skip to content

Pull requests: TheAlgorithms/JavaScript

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

correct implementation for Date to Day function
#1134 by chrisgalvan was closed Oct 8, 2022 Loading…
7 of 11 tasks
algorithm: Log2 using bitwise operations algorithm Adds or improves an algorithm
#1132 by acarlson99 Contributor was merged Oct 9, 2022 Loading…
9 of 11 tasks
improved Palindrome.js
#1131 by Ananthu18 was closed Oct 6, 2022 Loading…
1 of 11 tasks
feat: [Algorithm] adding SwapSort algorithm and corresponding test file
#1130 by chnlmshr Contributor was closed Oct 6, 2022 Loading…
9 tasks done
algorithm: Minesweeper
#1129 by IcarusTheFly Contributor was merged Oct 7, 2022 Loading…
8 of 10 tasks
fix: grammar mistakes in JSDoc beginner-friendly Easy to implement chore General improvement
#1127 by ovarn Contributor was merged Oct 7, 2022 Loading…
8 of 11 tasks
Fix DateToDay fix Fixes a bug hacktoberfest-accepted Accepted to be counted towards Hacktoberfest
#1126 by sharansukesh1003 was closed Oct 10, 2022 Loading…
9 tasks done
fix: DateToDay fix Fixes a bug
#1125 by chetanppatil Contributor was merged Oct 10, 2022 Loading…
8 tasks done
Added Dynamic Programming : Maximum Profit By Selling Wines
#1124 by Pratham16112002 was closed Oct 5, 2022 Loading…
9 of 11 tasks
refix function of DateToDay and the tests without inbuilt methods invalid Doesn't seem right
#1123 by sumantpaldm was closed Oct 6, 2022 Loading…
9 of 11 tasks
fix function of DateToDay and the tests invalid Doesn't seem right
#1122 by rajprogrammerbd was closed Oct 5, 2022 Loading…
chore: add instruction for installing dependencies chore General improvement
#1120 by abdulfrfr Contributor was merged Oct 7, 2022 Loading…
4 of 11 tasks
Add an algorithm to find length of an arc and area of the sector formed by an arc of a circle algorithm Adds or improves an algorithm
#1119 by prashalruchiranga Contributor was merged Oct 8, 2022 Loading…
8 of 11 tasks
Update BubbleSort.js invalid Doesn't seem right
#1117 by samarsrivastav was closed Oct 3, 2022 Loading…
3 of 11 tasks
Added an alternative method for swapping elements in selection sort performance Performance improvement
#1116 by ayeola05 was closed Oct 3, 2022 Loading…
9 of 11 tasks
add Majority Element
#1115 by shivamp1998 was closed Oct 6, 2022 Loading…
9 of 11 tasks
tests: Levenshtein Distance (dynamic programming solution) tests Adds or fixes tests; issue that points out bugs in the tests
#1114 by JCarlosR Contributor was merged Oct 5, 2022 Loading…
10 tasks done
Added code for wiggle sort in Javascript
#1112 by Akshat-Pandey16 was closed Oct 20, 2022 Loading…
2 of 5 tasks
Added Fibonacci Number with recursion - Dynamic Programming algorithm Adds or improves an algorithm duplicate This issue or pull request already exists
#1110 by NitinRamnani Contributor was closed Oct 2, 2022 Loading…
8 of 11 tasks
tests: Zero One Knapsack tests Adds or fixes tests; issue that points out bugs in the tests
#1109 by NitinRamnani Contributor was merged Oct 2, 2022 Loading…
8 of 12 tasks
refactor: BFS tree algorithms code quality Code quality improvement
#1108 by kho-kho-kho Contributor was merged Sep 25, 2022 Loading…
4 of 11 tasks
algorithm: Square free integer algorithm Adds or improves an algorithm
#1104 by itsAkshayDubey Contributor was merged Sep 22, 2022 Loading…
9 of 11 tasks
algorithm: first unique char in a string
#1103 by 10kartik Contributor was merged Sep 22, 2022 Loading…
8 of 11 tasks
algorithm: Iterative (and in-place) BFS for binary trees algorithm Adds or improves an algorithm
#1102 by kho-kho-kho Contributor was merged Sep 22, 2022 Loading…
7 of 11 tasks
refactor: RotateListRight.js and added tests code quality Code quality improvement tests Adds or fixes tests; issue that points out bugs in the tests
#1101 by 10kartik Contributor was merged Sep 22, 2022 Loading…
8 of 11 tasks
ProTip! Exclude everything labeled bug with -label:bug.