Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
/ package-lock.json February 18, 2022
K
merge: Iterator and log methods added for linked lists (#891)
Keramot UL Islam committed
January 23, 2022
D
merge: chore(deps): bump node-fetch from 2.6.1 to 3.1.1 (#877)
dependabot[bot] committed
November 30, 2021
M
merge: fixes: #{} (#853)
Mohit Kumar committed
October 26, 2021
P
merge: add UnionFind.js plus tests (#814)
Philip Schikora committed
October 21, 2021
R
chore: update standard
Rak Laptudirm committed
October 20, 2021
G
Added jest test and renamed file
Gustavo Seiji Kamihara committed
October 8, 2021
A
Add code and tests for checking power of 2
Aayushi-Mittal committed
October 7, 2021
R
chore: merge Fix/742 migrate doctest to jest (#749)
Roland Hummel committed
October 6, 2021
R
chore: Merge pull request #748 from chiranjeev-thapliyal/master
Rak Laptudirm committed
October 5, 2021
C
added Backtracking/AllCombinationsOfSizeK
Chiranjeev committed
October 3, 2021
R
Clean up and speed up UpdateDirectory.js
Roland Hummel committed
September 27, 2021
D
chore: update dependencies
dependabot[bot] committed
September 13, 2021
L
chore: Added Sum of Digits Implementation (#684)
Legendary Noob committed
August 12, 2021
D
chore(deps): bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] committed
June 12, 2021
D
Bump glob-parent from 5.1.1 to 5.1.2
dependabot[bot] committed
May 30, 2021
D
Bump ws from 7.3.1 to 7.4.6
dependabot[bot] committed
May 26, 2021
R
chore: Update Dependencies
Rak Laptudirm committed
May 25, 2021
D
Bump browserslist from 4.14.5 to 4.16.6
dependabot[bot] committed
May 21, 2021
R
feat(PermutateString.js): Array.prototype.map() -> Array.prototype.forEach()
Rak Laptudirm committed
May 11, 2021
D
Bump hosted-git-info from 2.8.8 to 2.8.9
dependabot[bot] committed
May 7, 2021
D
Bump lodash from 4.17.20 to 4.17.21
dependabot[bot] committed
April 3, 2021
D
Bump y18n from 4.0.0 to 4.0.1 (#583)
dependabot[bot] committed
December 22, 2020
D
Bump node-notifier from 8.0.0 to 8.0.1
dependabot[bot] committed
December 13, 2020
S
Added EulersTotientFunction function to the Maths Folder
sandyboypraper committed
October 31, 2020
A
add binary convert (#521)
Arwy Syahputra Siregar committed
October 27, 2020
K
Merge branch 'master' into add-trapping-water
Kayla Golder committed
K
complete trapping rain water
Kayla committed
October 15, 2020
V
Fix Euler Problem 1 (#467)
Victoria committed
October 12, 2020
P
added matrixMult.js
Pete Looney committed
October 6, 2020
C
fix code style using standardjs
Carlos Carvalho committed
October 4, 2020
A
Added tests for Strings algorithms (#390)
Alexandre Xavier committed