135 Commits

Author SHA1 Message Date
71c91a10ca Add BFPRT algorithm (#2590) 2021-10-13 07:48:19 +03:00
fb626e0b93 Add Luhn algorithm (Fixes: #2537) (#2538) 2021-10-13 07:46:24 +03:00
776c3c615d Rename FibToN.java to FibbonaciSeries.java (#2498) 2021-10-10 08:43:28 +03:00
7cc96f9a15 Add multiple algorithms (#2442) 2021-10-03 12:43:03 +03:00
e72d71c0d7 Formatted with Google Java Formatter 2021-09-20 18:50:09 +00:00
dc2d3d3ff8 Rotate matrix by 90 degree (#2316) 2021-09-20 21:49:24 +03:00
a99321502c add Koch snowflake (#2168)
* add KochSnowflake.java

* add package
2021-04-24 12:03:24 +05:30
2ad3bb7199 Add algorithm for the Mandelbrot set (#2155)
* Add Euler method (from master)

trying to avoid to prettier-error by making the commit from the master-branch

* delete file

* Add algorithm for the Mandelbrot set

* remove unnecessary import

* fix comments

* Changed variable name

* add package
2021-04-24 11:55:27 +05:30
d63f470e7a Formatted with Google Java Formatter 2020-11-22 18:07:16 +00:00
52ab5fbc3e Restricted tower of hanoi implementation with GUI (#561) 2020-11-22 23:36:44 +05:30
0db62bb450 Formatted with Google Java Formatter 2020-10-24 10:31:42 +00:00
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
cfd0bd68d1 remove invalid file 2020-10-24 16:09:37 +08:00
88ac7cfbb2 Merge pull request #1470 from arrnavvv/master
String to StringBuilder in Others/PasswordGen.java
2020-09-18 14:17:27 +08:00
ebdf7bede8 Update PasswordGen.java 2020-09-18 11:31:47 +05:30
47ad7ec9b3 reformat code 2020-09-17 15:19:53 +08:00
0be35c67dc Update TwoPointersAlgo.java 2020-09-17 11:07:43 +05:30
4d301033b1 added TwoPointersAlgo 2020-09-17 10:58:26 +05:30
19176d9ede rename file 2020-08-26 21:40:48 +08:00
6356db0b97 * rename file
* create strings directory
* fix docs
* add test
2020-08-26 00:05:11 +08:00
2bd49e4728 * fix doc
* add test
* fix armstrong number
2020-08-12 22:04:20 +08:00
65774b4aa8 format code 2020-07-11 10:37:01 +08:00
5150a6bd87 Closed Scanner in 3 sum, fixed syntax errors in BucketSort.java 2020-06-30 00:14:04 +05:30
65dcfd9822 Merge pull request #1316 from joshiujjawal22/master
Adding 3 sum problem, array rotation
2020-05-29 15:46:57 +05:30
3b52109fc0 Added test cases 2020-05-29 12:32:24 +05:30
88c6ad9787 Merge pull request #1325 from mariaRoxana94/fix-error
Fixed 8XCorrectness_Bugs + 10XBad_Practice_Bugs + 14XDodgy_Code_Bugs
2020-05-28 23:04:56 +08:00
a5f42e293b Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
de76caadd8 Added Rabin-Karp string matching algorithm in Others/RabinKarp.java 2020-05-22 03:58:59 +05:30
36e30a0111 String Matching using Finite Automata added in Others/StringMatchFiniteAutomata.java 2020-05-22 03:53:05 +05:30
c0eb73aff0 Rotation of an array without using extra space 2020-05-18 23:35:06 +05:30
40620aea1b To find sum of triplets according to given value 2020-05-18 23:24:57 +05:30
5aa05fdf2c Delete Dijkshtra.java
Duplicate and wrongly named.
2020-01-29 01:50:50 +05:30
a1f59c38b1 Closing scanners. 2020-01-28 18:34:52 +02:00
d40464a10d Change Done 2020-01-26 10:39:07 +02:00
79467b3300 Added Best/First/Worst Fit algorithm implementation 2020-01-26 09:57:09 +02:00
e141a33fa7 FibonacciNumber 2019-10-29 12:40:39 +08:00
3a8ab829a8 Update CountWords.java
Cleaning the code
2019-10-23 21:30:19 +01:00
856dd0644d update gcd 2019-10-08 12:40:54 +08:00
e3dfdf23ff The code was very verbose.
Now it is simplified without sacrificing accuracy.
2019-10-03 18:14:08 -04:00
b98e8d9ae9 reduce code 2019-09-23 14:49:23 +08:00
4ddbaca62e secondaryWordCount method added 2019-08-27 22:01:09 -04:00
a4156fcb7a ignore non-alphanumeric 2019-08-27 21:49:33 -04:00
1ebe496737 fix bugs in ReverseString(#765) 2019-05-22 09:37:44 +08:00
29948363da docs: update the whole repository
* fix some bugs
* delete duplicate files
* format code
2019-05-09 19:32:54 +08:00
e4a9d38ee3 Merge pull request #684 from dimgrichr/master
Addition of CRC
2019-02-17 20:57:14 +08:00
d434e4a4f1 Update CRCAlgorithm.java 2019-02-17 20:56:47 +08:00
c516834ed6 docs(Others): update countwords.java and crc32.java
- By @yanglbme
2019-02-17 20:52:00 +08:00
8b92c3fdbe fix: remove unnecesary throw to fix #704
- Fix #704
- Thanks @lprone
2019-02-06 10:13:55 +08:00
f2f79821ac fix: remove unused imports to fix #699
- Fix #699
- Thanks @lprone
2019-02-05 13:03:37 +08:00
12215a11d3 Update EulersFunction.java 2019-02-04 11:27:42 +08:00