|
5f526eaef5
|
Update decimalIsolate.js
|
2020-10-24 01:39:52 -07:00 |
|
|
b8b98a5972
|
Added decimalIsolate file.
|
2020-10-24 01:37:27 -07:00 |
|
|
564425ade7
|
Update isOdd.js
|
2020-10-12 13:15:57 +05:30 |
|
|
18a28e567e
|
Update isOdd.js
|
2020-10-10 14:07:16 -07:00 |
|
|
008162228e
|
Add and fixed isOdd.js
|
2020-10-10 14:02:35 -07:00 |
|
|
4971a29839
|
Added isOdd function.
|
2020-10-10 13:37:40 -07: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 |
|
|
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 |
|
|
41f4e2cbd4
|
updating DIRECTORY.md
|
2020-10-06 05:38:44 +00:00 |
|
|
71b44a3f0b
|
Merge pull request #422 from josecarlosweb/feat/Add_CheckWordOccurrence_Algoritm
Added new algoritm
|
2020-10-06 11:08:27 +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 |
|
|
dd40c139d5
|
remove wrong edited file
|
2020-10-05 23:44:20 -03:00 |
|
|
5ba5a603bb
|
remove wrong edited file package.json
|
2020-10-05 17:06:45 -03:00 |
|
|
bd70fd2ada
|
Added new algoritm
|
2020-10-05 17:03:56 -03:00 |
|
|
c419ff5a1f
|
npx fixx (#421)
|
2020-10-06 00:23:53 +05:30 |
|