Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
March 2, 2022
F
merge: Updated `pull_request_template` (#913)
Fahim Faisaal committed
F
merge: Improved `Memoize` function (#912)
Fahim Faisaal committed
F
merge: Fixed `wordOccurrence` algorithm (#909)
Fahim Faisaal committed
F
merge: Upgraded `hexToBinary` function (#910)
Fahim Faisaal committed
F
merge: Improved `Pow` function (#911)
Fahim Faisaal committed
February 28, 2022
F
merge: Improved pangram algorithm using regular expressions (#906)
Fahim Faisaal committed
February 25, 2022
F
merge: Upgrade `checkAnagram` function & Fixes (#902)
Fahim Faisaal committed
February 24, 2022
R
merge: Algorithm to calculate the Arithmetic Geometric Mean (#897)
Ricardo Fernández Serrata committed
February 23, 2022
M
merge: replaced constructor function with es6 class syntax (#900)
Meer Estiyak committed
February 22, 2022
F
merge: Optimize the space complexity of the fibonacci algo (#899)
Fahim Faisaal committed
February 21, 2022
R
merge: Corrected JSdoc typo (#898)
Ricardo Fernández Serrata committed
February 19, 2022
M
merge: Bubble Sort enhancements for nearly sorted or sorted array, added test cases and documentation (#895)
Md. Amin Hossain committed
F
merge: Upgrade Lower function (#894)
Fahim Faisaal committed
February 18, 2022
K
merge: Iterator and log methods added for linked lists (#891)
Keramot UL Islam committed
February 17, 2022
F
merge: optimize the countVowels algo (#886)
Fahim Faisaal committed
S
merge: Implement Add Two Numbers (Linked List) (#888)
Shakil Ahmmed committed
R
merge: Improving the coding standard for AvLTree Data Structure (#882)
Rahul Raj committed
February 16, 2022
R
merge: Decrease time period for marking an issue stale (#885)
Rak Laptudirm committed
K
merge: binarySearch (#884)
Keramot UL Islam committed
February 14, 2022
M
merge: rename `SinglyLinkList` to `SinglyLinkedList` (#881)
Malte Jürgens committed
January 24, 2022
W
merge: Let traverseLevel return early if node is null (#878)
Worldwidebrine committed
January 23, 2022
D
merge: chore(deps): bump node-fetch from 2.6.1 to 3.1.1 (#877)
dependabot[bot] committed
December 20, 2021
M
merge: improve median (#869)
Mirzoev Ruslan committed
M
merge: add alphanumerical sort (#872)
Mirzoev Ruslan committed
December 15, 2021
Y
merge: add areaTriangleWithAllThreeSides method in Math/Area.js (#875)
YATIN KATHURIA committed
Y
merge: Improve Mean method (#874)
YATIN KATHURIA committed
December 14, 2021
Y
merge: Binary Convert (#865)
YATIN KATHURIA committed
December 11, 2021
R
chore: Remove duplicate `DigitSum` algorithm (#873)
Rak Laptudirm committed
Y
merge: count Vowels (#864)
YATIN KATHURIA committed
Y
merge: Absolute value (#866)
YATIN KATHURIA committed