Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
May 22, 2021
R
Fixes #539
Rak Laptudirm committed
R
fix: Fix MergeSort conflict
Rak Laptudirm committed
May 21, 2021
R
fix(LinearAlgebra): Fix BADLY broken doctest. All tests passed.
Rak Laptudirm committed
R
fix(LevenshteinDistance.test.js): Fixed broken test
Rak Laptudirm committed
R
feat(PermutateString.js): Array.prototype.map() -> Array.prototype.forEach()
Rak Laptudirm committed
R
style(IntroSort.js): let to const
Rak Laptudirm committed
R
style(InsertionSort.js): Changed var to let (scope taken into account)
Rak Laptudirm committed
R
feat(Polynomial.js): Fixed bad code
Rak Laptudirm committed
R
feat(ZeroOneKnapsack.js): Fixed bad code
Rak Laptudirm committed
R
style: Fixed most styles (according to standardjs)
Rak Laptudirm committed
G
updating DIRECTORY.md
github-actions committed
R
Merge pull request #600 from raklaptudirm/master
Rak Laptudirm committed
May 13, 2021
R
style(SquareRoot.js): Fixed style
Rak Laptudirm committed
R
feat(SquareRoot.js): Added TypeError
Rak Laptudirm committed
R
style(Maths/SquareRoot.js): Fixed tabs according to `standard`
Rak Laptudirm committed
May 7, 2021
G
updating DIRECTORY.md
github-actions committed
T
Merge pull request #601 from thivagar-manickam/master
Tapajyoti Bose committed
May 6, 2021
T
Added test script for CreatePermutations and file name change
Thivagar Manickam committed
R
Create SquareRoot.js
Rak Laptudirm committed
T
Merge pull request #596 from raklaptudirm/master
Tapajyoti Bose committed
May 5, 2021
R
Added 2 division check
Rak Laptudirm committed
R
Update PrimeCheck.js
Rak Laptudirm committed
April 29, 2021
G
updating DIRECTORY.md
github-actions committed
A
Add Vector2 (#593)
algobytewise committed
April 16, 2021
G
updating DIRECTORY.md
github-actions committed
C
Merge pull request #585 from algobytewise/add-RGB-HSV-conversion
Carlos Carvalho committed
G
updating DIRECTORY.md
github-actions committed
C
Merge pull request #584 from algobytewise/add-koch-snowflake
Carlos Carvalho committed
G
updating DIRECTORY.md
github-actions committed
C
Merge pull request #575 from algobytewise/Add-algorithm-Euler-method
Carlos Carvalho committed