124 Commits

Author SHA1 Message Date
a0750f37b3 Update and rename CreatePurmutations.js to createPurmutations.js 2020-10-15 16:38:32 +05:45
9b63efcce7 Add Email Validation Function (#462)
* Add Email Validation Function

* fix standard styling issues
2020-10-12 12:59:37 +05:30
e112434dee Add tests to Math (#423)
* Add prettier config

* test: add test to check for absolute function

* chore: es5 to es6

* test: add test to check mean function

* test: add test for sum of digit

* test: add test for factorial

* test: add test for fibonnaci

* test: add test for find HCF

* test: add test for lcm

* test: add gridget test

* test: add test for mean square error

* test: add test for modular binary exponentiation

* test: add tests for palindrome

* test: add test for pascals triangle

* test: add tests for polynomial

* test: add tests for prime check

* test: add tests for reverse polish notation

* test: add tests for sieve of eratosthenes

* test: add tests for pi estimation monte carlo method

* chore: move tests to test folder

* chore: fix standardjs errors
2020-10-12 01:17:49 +05:30
8cb5644d1e Merge pull request #458 from piemme/adding-string-permutation-algorithm
Add Algorithm String Permutation
2020-10-12 00:42:04 +05:30
7ee564b5a2 Merge pull request #432 from josecarlosweb/feat/Add_MaxCharacter_algoritm
Added max character algorithm
2020-10-12 00:24:09 +05:30
d429f7ce60 Merge pull request #436 from aladin002dz/AddPhoneNumberFormatting
Add Phone Number Formatting Function
2020-10-12 00:13:08 +05:30
7aa9410c7a Add Algorithm String Permutation 2020-10-11 19:00:38 +02:00
de65d53a86 Added new algoritm (#433) 2020-10-10 23:25:46 +05:30
ba3af82e84 Add Phone Number Formatting Function 2020-10-07 11:37:42 +01:00
c7517885a2 Added new algoritm 2020-10-06 23:50:42 -03:00
2aa1426eba Added Levenshtein distance (a.k.a edit distance) algorithm to strings directory 2020-10-06 17:34:40 +05:30
86ed0d8829 fix code style using standardjs 2020-10-06 00:08:52 -03:00
fbd3442cf0 fix ident file 2020-10-05 23:52:21 -03:00
bd70fd2ada Added new algoritm 2020-10-05 17:03:56 -03:00
c5fc353c32 Added tests for Strings algorithms (#390)
* test: added tests for check anagram function
2020-10-04 23:08:48 +05:30
e156fe36a1 tweak: must be same output string (#395) 2020-10-04 23:06:34 +05:30
815035686b Fixes: #155 - Check if a string rearranged can be a palindrome (#407)
* Check if a string rearranged can be a palindrome

* Fixes: #155 - palindromeRearranging

* Update CheckRearrangePalindrome.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 22:52:28 +05:30
a55f00a079 ran standard 2020-10-04 20:45:18 +05:45
2acf4c1c01 Create CreatePurmutations.js 2020-10-04 20:35:09 +05:45
47dfc59082 Add string check anagram (#254)
* Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams

* Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams

* Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams
2020-08-19 23:53:25 +05:30
f530f816af Added string pattern matching algorithm (#238) 2020-08-19 12:02:22 +05:30
bf9100f40f Added CheckPalindrome (#213)
* Added CheckPalindrome contributed by @Swapnil-2001
2020-06-30 09:34:33 +05:30
e0789bccde Add reverse words (#162)
* add reverse words

* Update ReverseWords.js

* Update ReverseWords.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-05-10 00:25:56 +05:30
0085ea3e7c format files 2020-05-09 10:08:40 +05:30