cd6ec65e54
Add Algorithms to Math with tests ( #429 )
...
* chore: add area and area test
* chore: add armstrong number
* chore: add factors
* chore: add perfect cube
* chore: add perfect square
* chore: add perfect number
* chore: add number of digits
* chore: fix according to standardjs
* chore: remove conflicting files
2020-10-12 01:09:20 +05:30
fc0901282b
updating DIRECTORY.md
2020-10-11 19:24:43 +00:00
29d21300cc
Merge pull request #453 from malihassan20/binary-search-recursive-algorithm
...
binary search recursive algorithm added
2020-10-12 00:54:25 +05:30
b00b535a88
updating DIRECTORY.md
2020-10-11 19:12:27 +00:00
8cb5644d1e
Merge pull request #458 from piemme/adding-string-permutation-algorithm
...
Add Algorithm String Permutation
2020-10-12 00:42:04 +05:30
651f7497fa
updating DIRECTORY.md
2020-10-11 18:54:25 +00:00
7ee564b5a2
Merge pull request #432 from josecarlosweb/feat/Add_MaxCharacter_algoritm
...
Added max character algorithm
2020-10-12 00:24:09 +05:30
3bb96cc1f2
updating DIRECTORY.md
2020-10-11 18:43:24 +00:00
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
19612236ab
binary search recursive algorithm added
2020-10-10 23:24:29 +05:00
d23cd4acf0
updating DIRECTORY.md
2020-10-10 18:13:16 +00:00
3c410955ef
Merge pull request #386 from RealPeha/rgb-to-hex
...
Add RGBToHex
2020-10-10 15:12:59 -03:00
0b6fccc0c8
updating DIRECTORY.md
2020-10-10 17:56:01 +00:00
de65d53a86
Added new algoritm ( #433 )
2020-10-10 23:25:46 +05:30
e833b3fd40
Fixing incorrect substring indexes ( #431 )
...
Substring indexes were all off by 1, creating an incorrect output.
Also removed unnecessary `toUpperCase()` calls.
2020-10-10 23:23:09 +05:30
8ffe9cebb9
updating DIRECTORY.md
2020-10-10 17:52:15 +00:00
0ad515a966
Added new area calculators ( #428 )
2020-10-10 23:22:01 +05:30
731f885cff
updating DIRECTORY.md
2020-10-10 17:47:53 +00:00
bc76dad28f
palindrome-recursive-algorithm-added ( #450 )
2020-10-10 23:17:39 +05:30
d50dd9aa28
updating DIRECTORY.md
2020-10-10 13:21:45 +00:00
ec0cbcc9dc
Merge pull request #449 from suhailmalik07/DP-longest-palindromic-subsequence
...
Added Longest Palindromic subsequence
2020-10-10 18:51:26 +05:30
4c0ca3c37c
Fixes Standard
2020-10-10 18:43:35 +05:30
44afa530c1
Added Longest Plaindromic subsequence
2020-10-10 18:38:30 +05:30
129323d01f
updating DIRECTORY.md
2020-10-10 12:55:25 +00:00
d172524b61
Merge pull request #448 from Abhi13027/master
...
feat: Added O(1) Sum of Even Terms of Fibonacci Series Algorithm
2020-10-10 18:25:05 +05:30
9e6fe4bdaf
Fixed Indendation Issues
2020-10-10 18:18:25 +05:30
10f664d63f
ESLINT fixes
2020-10-10 18:14:29 +05:30
6df59cde45
Added O(1) Sum of Even Terms of Fibonacci Series
2020-10-10 18:06:37 +05:30
0aba6d4742
updating DIRECTORY.md
2020-10-10 11:29:07 +00:00
bd115f4de0
Merge pull request #446 from suhailmalik07/Minimum-Cost-Path-Algorithm
...
Added Minimum Cost Path Algorithm
2020-10-10 16:58:52 +05:30
b391751d12
Added Minimum Cost Path Algorithm
2020-10-10 16:50:25 +05:30
92358f53a9
updating DIRECTORY.md
2020-10-10 07:33:01 +00:00
c6b95c29e2
Merge pull request #426 from pomkarnath98/rotate-list-right
...
Added Rotate List Right by k places to the list
2020-10-10 13:02:44 +05:30
ff2fdcc28f
updating DIRECTORY.md
2020-10-10 03:12:46 +00:00
beee32bbe2
Merge pull request #427 from vaibhavrajsingh2001/master
...
Added Levenshtein distance algorithm
2020-10-10 08:42:27 +05:30
15f1be67a7
updating DIRECTORY.md
2020-10-09 17:42:17 +00:00
968c20eba7
Added isDivisble.js ( #437 )
...
* Added isDivisble.js
* isDivisible.js is now on StandardJS style
* isDivisible now have examples
2020-10-09 23:11:58 +05:30
01de72959b
Improved BubbleSort and added Doctests ( #443 )
...
* BubbleSort | using alternativeBubbleSort() in it's implementation
2020-10-09 22:58:41 +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
7dfcfef794
Merge pull request #1 from TheAlgorithms/master
...
update my fork
2020-10-06 23:28:40 -03:00
2aa1426eba
Added Levenshtein distance (a.k.a edit distance) algorithm to strings directory
2020-10-06 17:34:40 +05:30
35cade3908
Changed Styles as per guidelines
2020-10-06 15:14:39 +05:30
da21e7d326
Added Rotate List Right by k places to the list
2020-10-06 15:09:33 +05:30
e92b5d2a49
updating DIRECTORY.md
2020-10-06 06:50:07 +00:00
b6710baccc
add new data structures (Single Circular Linked List) ( #400 )
...
* add new data structures (Single Circular Linked List)
* fix standard
* fix standard js
* fix code standard
2020-10-06 12:19:50 +05:30
3974bfb1ec
updating DIRECTORY.md
2020-10-06 05:53:41 +00:00
868a401f8f
Merge pull request #409 from pomkarnath98/cycle-detection-in-linkedlist
...
Cycle detection in linkedlist
2020-10-06 11:23:17 +05:30
3f755cfbda
Update ZeroOneKnapsack.js
2020-10-06 11:11:31 +05:30