Shikhar Chandra
0503c46680
Add Huffman Compression ( #2753 )
2021-10-29 08:16:26 +03:00
Shraddha
ad380dcaa4
Add Boyer moore voting algo ( #2726 )
2021-10-27 22:03:51 +03:00
Artem Boiarshinov
b2de5c7f1e
Add description for Sieve of Eratosthenes algorithm ( Fixes : #2724 ) ( #2725 )
2021-10-27 22:01:53 +03:00
Dilrose Reji
2eb6d5c141
Add Page Rank ( #2614 )
2021-10-22 07:23:21 +03:00
Aitor Fidalgo Sánchez
2b7a977cc8
Fix package declarations ( #2576 )
2021-10-16 16:43:51 +03:00
Aitor Fidalgo Sánchez
eaf5395272
Fix random number generation in MiniMax Algorithm ( #2636 )
...
Co-authored-by: aitorfi <afidalgo@birt.eus>
2021-10-16 08:14:46 +03:00
Aitor Fidalgo Sánchez
febc601d88
Add MiniMax algorithm ( #2563 )
...
Co-authored-by: aitorfi <afidalgo@birt.eus>
2021-10-15 09:23:43 +03:00
Aitor Fidalgo Sánchez
8094798c46
Fix unhandled EmptyStackException ( #2606 )
2021-10-14 13:25:38 +03:00
めぐみん
71c91a10ca
Add BFPRT algorithm ( #2590 )
2021-10-13 07:48:19 +03:00
Artem Boiarshinov
fb626e0b93
Add Luhn algorithm ( Fixes : #2537 ) ( #2538 )
2021-10-13 07:46:24 +03:00
Brunda M Bharadwaj
776c3c615d
Rename FibToN.java to FibbonaciSeries.java ( #2498 )
2021-10-10 08:43:28 +03:00
RITWEEK RAJ
7cc96f9a15
Add multiple algorithms ( #2442 )
2021-10-03 12:43:03 +03:00
github-actions
e72d71c0d7
Formatted with Google Java Formatter
2021-09-20 18:50:09 +00:00
PRIYESHRANJAN10
dc2d3d3ff8
Rotate matrix by 90 degree ( #2316 )
2021-09-20 21:49:24 +03:00
algobytewise
a99321502c
add Koch snowflake ( #2168 )
...
* add KochSnowflake.java
* add package
2021-04-24 12:03:24 +05:30
algobytewise
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
github-actions
d63f470e7a
Formatted with Google Java Formatter
2020-11-22 18:07:16 +00:00
Vasu Tomar
52ab5fbc3e
Restricted tower of hanoi implementation with GUI ( #561 )
2020-11-22 23:36:44 +05:30
github-actions
0db62bb450
Formatted with Google Java Formatter
2020-10-24 10:31:42 +00:00
github-actions
5d59a2e828
Formatted with Google Java Formatter
2020-10-24 10:23:28 +00:00
shellhub
cfd0bd68d1
remove invalid file
2020-10-24 16:09:37 +08:00
Du Yuanchao
88ac7cfbb2
Merge pull request #1470 from arrnavvv/master
...
String to StringBuilder in Others/PasswordGen.java
2020-09-18 14:17:27 +08:00
arrnavvv
ebdf7bede8
Update PasswordGen.java
2020-09-18 11:31:47 +05:30
shellhub
47ad7ec9b3
reformat code
2020-09-17 15:19:53 +08:00
Varun Vaibhav Jha
0be35c67dc
Update TwoPointersAlgo.java
2020-09-17 11:07:43 +05:30
varunvjha
4d301033b1
added TwoPointersAlgo
2020-09-17 10:58:26 +05:30
shellhub
19176d9ede
rename file
2020-08-26 21:40:48 +08:00
shellhub
6356db0b97
* rename file
...
* create strings directory
* fix docs
* add test
2020-08-26 00:05:11 +08:00
shellhub
2bd49e4728
* fix doc
...
* add test
* fix armstrong number
2020-08-12 22:04:20 +08:00
shellhub
65774b4aa8
format code
2020-07-11 10:37:01 +08:00
Hardik Kapadia
5150a6bd87
Closed Scanner in 3 sum, fixed syntax errors in BucketSort.java
2020-06-30 00:14:04 +05:30
Sombit Bose
65dcfd9822
Merge pull request #1316 from joshiujjawal22/master
...
Adding 3 sum problem, array rotation
2020-05-29 15:46:57 +05:30
joshiujjawal22
3b52109fc0
Added test cases
2020-05-29 12:32:24 +05:30
Stepfen Shawn
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
Maria Lungeanu
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
Prateek Kumar Oraon
de76caadd8
Added Rabin-Karp string matching algorithm in Others/RabinKarp.java
2020-05-22 03:58:59 +05:30
Prateek Kumar Oraon
36e30a0111
String Matching using Finite Automata added in Others/StringMatchFiniteAutomata.java
2020-05-22 03:53:05 +05:30
joshiujjawal22
c0eb73aff0
Rotation of an array without using extra space
2020-05-18 23:35:06 +05:30
joshiujjawal22
40620aea1b
To find sum of triplets according to given value
2020-05-18 23:24:57 +05:30
nikhil kala
5aa05fdf2c
Delete Dijkshtra.java
...
Duplicate and wrongly named.
2020-01-29 01:50:50 +05:30
Hassan
a1f59c38b1
Closing scanners.
2020-01-28 18:34:52 +02:00
Dekas Dimitrios
d40464a10d
Change Done
2020-01-26 10:39:07 +02:00
Dekas Dimitrios
79467b3300
Added Best/First/Worst Fit algorithm implementation
2020-01-26 09:57:09 +02:00
shellhub
e141a33fa7
FibonacciNumber
2019-10-29 12:40:39 +08:00
UntouchedOdin0
3a8ab829a8
Update CountWords.java
...
Cleaning the code
2019-10-23 21:30:19 +01:00
shellhub
856dd0644d
update gcd
2019-10-08 12:40:54 +08:00
Ayush Varshney
e3dfdf23ff
The code was very verbose.
...
Now it is simplified without sacrificing accuracy.
2019-10-03 18:14:08 -04:00
shellhub
b98e8d9ae9
reduce code
2019-09-23 14:49:23 +08:00
Furaha Damién
4ddbaca62e
secondaryWordCount method added
2019-08-27 22:01:09 -04:00
Furaha Damién
a4156fcb7a
ignore non-alphanumeric
2019-08-27 21:49:33 -04:00