475 Commits

Author SHA1 Message Date
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
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
fd1025e3ec Fix methodname and parameter type in BinaryToDecimal.js (#392)
* Update BinaryToDecimal.js

Fix typo in name

* Update BinaryToDecimal.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-06 00:13:44 +05:30
2c5e1e77ad updating DIRECTORY.md 2020-10-05 18:23:08 +00:00
2bb330e68b Create FibonacciNumberRecursive.js (#380)
* Create FibonacciNumberRecursive.js

* Update FibonacciNumberRecursive.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 23:52:52 +05:30
7a7cdd6359 updating DIRECTORY.md 2020-10-05 18:19:16 +00:00
c02fc1f6f6 Added Mean Square Error (#417)
* Added Mean Square Error

* Update MeanSquareError.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 23:48:59 +05:30
a8fe5e79a8 updating DIRECTORY.md 2020-10-05 18:13:20 +00:00
d87233cd1e Create FibonacciNumber.js (#378)
* Create FibonacciNumber.js

* Update FibonacciNumber.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 23:43:03 +05:30
0e5eb4edbe updating DIRECTORY.md 2020-10-05 18:04:14 +00:00
05d48b8ff9 Fix selection sort and add tests; fixes #414 (#418)
* Fix selection sort and add tests; fixes #414 
Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 23:33:52 +05:30
0dfb200e64 updating DIRECTORY.md 2020-10-05 16:45:30 +00:00
7e0aff1685 Added JSDoc documentation to some sorting functions and added TimoSort (#406)
* Added TimSort
Co-authored-by: Solot Paul <solotpaul@yahoo.ro>
Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 22:15:14 +05:30
3ab272da4b Style Changed 2020-10-05 00:00:45 +05:30
b1a3e19784 ^X
Merge branch 'cycle-detection-in-linkedlist' of https://github.com/pomkarnath98/Javascript into cycle-detection-in-linkedlist
Will add modified Cycle Detection problem
2020-10-04 23:56:35 +05:30
e31390f0a0 Added Dummy head to avoid Undefined Error 2020-10-04 23:55:40 +05:30
045f68fbfd Merge branch 'master' into cycle-detection-in-linkedlist 2020-10-04 23:50:56 +05:30
48c7bab832 Added Cycle Detection Problem in Linkedlist 2020-10-04 23:44:17 +05:30
abce4b7f55 updating DIRECTORY.md 2020-10-04 17:39:07 +00: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
962176ad45 updating DIRECTORY.md 2020-10-04 17:36:09 +00:00
3e8deafd97 feat: added Polynomial in Maths (#397) 2020-10-04 23:05:52 +05:30
dda4aaf647 updating DIRECTORY.md 2020-10-04 17:34:05 +00:00
c9169dc16f 0 1 knapsack (#408)
* Added Longest Common Subsequence

* Renamed the File

* Optimized the code

* Optimized the code

* Changed some styles as per the rule

* Again some style fixed

* Added Longest Increasing Subsequence program to the list

* Style changed

* Added 0-1-Knapsack Problem

* Style Changed as per guidelines

* Update ZeroOneKnapsack.js

* Delete LongestCommonSubsequence.js

* Delete LongestIncreasingSubsequence.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 23:03:48 +05:30
fa01faf207 updating DIRECTORY.md 2020-10-04 17:28:05 +00:00
98f2276e08 Added Edit Distance Algorithm in Dynamic-Programming (#402)
* DP Edit Distance Algorithm

* Update EditDistance.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 22:57:44 +05:30
162fb8db40 updating DIRECTORY.md 2020-10-04 17:22:47 +00:00
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
7a65d8929f Style Changed as per guidelines 2020-10-04 22:27:53 +05:30
8a40a08f3e Added 0-1-Knapsack Problem 2020-10-04 22:22:14 +05:30
1671ea6260 updating DIRECTORY.md 2020-10-04 14:15:11 +00:00
6275b709d7 Create ClimbingStairs.js (#379)
* Create ClimbingStairs.js

* Update ClimbingStairs.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 19:44:58 +05:30
af081a28c7 updating DIRECTORY.md 2020-10-04 14:02:23 +00:00