.. |
test
|
00a97d5e1b
algorithm: percentage of letter (#1261)
|
4 months ago |
AlphaNumericPalindrome.js
|
cbc669aa9d
merge: Upgraded Algorithm of alpha numeric palindrome (#1006)
|
10 months ago |
AlternativeStringArrange.js
|
cbe7e0c89f
Comply with ESM syntax.
|
1 year ago |
BoyerMoore.js
|
7881cb5f16
Add Boyer-Moore string search algorithm (#990)
|
11 months ago |
CheckAnagram.js
|
ad41e8cc1c
fix: spellings which are making ci fail (#1089)
|
6 months ago |
CheckCamelCase.js
|
2ecee85012
chore: merge "Add test for camel case algorithm" (#710)
|
1 year ago |
CheckExceeding.js
|
9681688797
merge: Add `CheckExceeding` function (#907)
|
1 year ago |
CheckFlatCase.js
|
e40c62ddd8
chore: merge Tests for check flat case (#689)
|
1 year ago |
CheckKebabCase.js
|
cbe7e0c89f
Comply with ESM syntax.
|
1 year ago |
CheckPalindrome.js
|
1589263947
fixed some spellings
|
1 year ago |
CheckPangram.js
|
e8de031539
merge: Improved pangram algorithm using regular expressions (#906)
|
1 year ago |
CheckPascalCase.js
|
cbe7e0c89f
Comply with ESM syntax.
|
1 year ago |
CheckRearrangePalindrome.js
|
e18718b7d5
Remove live code & console.log, leave examples as comments.
|
1 year ago |
CheckSnakeCase.js
|
b03a1b8bbe
chore: merge "Add tests for snake case algorithm" (#708)
|
1 year ago |
CheckWordOccurrence.js
|
eb748ae78d
merge: Fixed `wordOccurrence` algorithm (#909)
|
1 year ago |
CountLetters.js
|
55f502e1f1
algorithm: count letters (#1164)
|
5 months ago |
CountSubstrings.js
|
6c718c01d4
add: countSubstrings function implementation (#1091)
|
6 months ago |
CountVowels.js
|
68ca0ceeef
merge: optimize the countVowels algo (#886)
|
1 year ago |
CreatePermutations.js
|
9f24341b5b
Added test script for CreatePermutations and file name change
|
1 year ago |
DiceCoefficient.js
|
072523d594
merge: Fix spellings (#821)
|
1 year ago |
FirstUniqueCharacter.js
|
d05bbf77c6
algorithm: first unique char in a string (#1103)
|
6 months ago |
FormatPhoneNumber.js
|
c865654f27
Clean up phone number formatting (#1015)
|
10 months ago |
GenerateGUID.js
|
e18718b7d5
Remove live code & console.log, leave examples as comments.
|
1 year ago |
HammingDistance.js
|
7af96ae1cc
Added HammingDistance.js and HammingDistance.test.js in String directory
|
1 year ago |
IsPalindrome.js
|
bbbf343971
merge: Fix IsPalindrome Big-O analysis (#1054)
|
8 months ago |
KMPPatternSearching.js
|
2c5aaa3690
Add KMP string searching algorithm
|
2 years ago |
LevenshteinDistance.js
|
e18718b7d5
Remove live code & console.log, leave examples as comments.
|
1 year ago |
Lower.js
|
27ae62e5c9
merge: reduce upper & lower & add export default (#960)
|
1 year ago |
MaxCharacter.js
|
28062533b6
merge: Upgrade max char (#983)
|
10 months ago |
MaxWord.js
|
1589263947
fixed some spellings
|
1 year ago |
PatternMatching.js
|
e112434dee
Add tests to Math (#423)
|
2 years ago |
PercentageOfLetters.js
|
00a97d5e1b
algorithm: percentage of letter (#1261)
|
4 months ago |
PermutateString.js
|
7992caa54f
feat(PermutateString.js): Array.prototype.map() -> Array.prototype.forEach()
|
1 year ago |
ReverseString.js
|
b13b12e88c
chore: merge Fix/742 migrate doctest to jest (#749)
|
1 year ago |
ReverseWords.js
|
3b9af469f6
merge: added `reduceRight` & `trim` method (#961)
|
1 year ago |
ScrambleStrings.js
|
c198a9f53d
Added test for ScrambleStrings and formatted folder structure for other folders
|
1 year ago |
Upper.js
|
27ae62e5c9
merge: reduce upper & lower & add export default (#960)
|
1 year ago |
ValidateCreditCard.js
|
85b0571d81
chore: Strings: Credit Card Validation (#830)
|
1 year ago |
ValidateEmail.js
|
b13b12e88c
chore: merge Fix/742 migrate doctest to jest (#749)
|
1 year ago |
ValidateUrl.js
|
6fb649e53d
merge: Add ValidateUrl in String (#856)
|
1 year ago |
ZFunction.js
|
7fb121508d
algorithm: ZFunction (#1239)
|
4 months ago |