Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
October 13, 2022
C
Swapsort algorithm and corresponding tests (#1152)
Chanchal Kumar Mishra committed
S
Renamed NQueen file, variables to NQueens, raised RangeError exception (#1162)
SudhanshuSuman committed
C
feat: Project Euler Problem 17 (#1168)
Chetan Patil committed
October 12, 2022
P
Add an algorithm to find mean absolute deviation (#1165)
Prashal Ruchiranga committed
A
feat: added Project Euler Problem 13 (#1150)
Adhiraj committed
October 10, 2022
C
fix: DateToDay (#1125)
Chetan Patil committed
M
Rename palindrome test to Palindrome to follow standard (#1159)
Matt Chapman committed
October 9, 2022
O
algorithm: catalan numbers (#1149)
Omar Ferreiro committed
A
algorithm: Log2 using bitwise operations (#1132)
acarlson committed
A
Upgrade actions in `Ci.yml` workflow (#1153)
Anton Yakutovich committed
October 8, 2022
O
Rename to CaesarCipher (#1144)
Omar Ferreiro committed
O
solution: ProjectEuler-007 (#1142)
Omkarnath Parida committed
P
algorithm: find length of an arc and area of the sector formed by an arc of a circle (#1119)
Prashal Ruchiranga committed
October 7, 2022
A
added check for Integer (#1137)
Abdul Ahad Khan committed
I
Fix grammar mistakes in JSDoc (#1127)
Ivan Barsukov committed
A
chore: add instruction for installing dependencies (#1120)
ABDUL || JS & PY committed
O
algorithm: Minesweeper (#1129)
Omar Ferreiro committed
A
Adding testcases for Boyer Moore Algorithm (#1135)
AditiJain2826 committed
October 5, 2022
J
tests: Levenshtein Distance (dynamic programming solution) (#1114)
JCarlos committed
October 2, 2022
N
Added testcases for Zero One Knapsack (#1109)
Nitin Ramnani committed
September 25, 2022
K
refactor: BFS tree algorithms (#1108)
k ho k ho? committed
September 22, 2022
K
algorithm: Iterative (and in-place) BFS for binary trees (#1102)
k ho k ho? committed
K
refactor: RotateListRight.js and added tests (#1101)
Kartik Kapgate committed
K
algorithm: first unique char in a string (#1103)
Kartik Kapgate committed
A
algorithm: Square free integer (#1104)
Akshay Dubey committed
September 15, 2022
K
Refactor Cycledetection.js and added it's test. (#1099)
Kartik Kapgate committed
A
algorithm: Liouville function (#1100)
Akshay Dubey committed
September 13, 2022
K
feat: AVLTree 100% test coverage (#1098)
k ho k ho? committed
September 10, 2022
K
algorithm: find the middle of linked-list (#1096)
Kartik Kapgate committed
September 8, 2022
A
Binomial coefficient implementation (#1094)
Akshay Dubey committed