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
yanglbme
1ebe496737
fix bugs in ReverseString( #765 )
2019-05-22 09:37:44 +08:00
yanglbme
29948363da
docs: update the whole repository
...
* fix some bugs
* delete duplicate files
* format code
2019-05-09 19:32:54 +08:00
Libin Yang
e4a9d38ee3
Merge pull request #684 from dimgrichr/master
...
Addition of CRC
2019-02-17 20:57:14 +08:00
Libin Yang
d434e4a4f1
Update CRCAlgorithm.java
2019-02-17 20:56:47 +08:00
yanglbme
c516834ed6
docs(Others): update countwords.java and crc32.java
...
- By @yanglbme
2019-02-17 20:52:00 +08:00
yanglbme
8b92c3fdbe
fix: remove unnecesary throw to fix #704
...
- Fix #704
- Thanks @lprone
2019-02-06 10:13:55 +08:00
yanglbme
f2f79821ac
fix: remove unused imports to fix #699
...
- Fix #699
- Thanks @lprone
2019-02-05 13:03:37 +08:00
Libin Yang
12215a11d3
Update EulersFunction.java
2019-02-04 11:27:42 +08:00
Bolot Bekbolotov
6351bf2efc
Added Euler's totient Function
2019-02-03 20:48:44 +06:00
yanglbme
6cc1414a2a
docs(Others): rename GuassLegendre to fix #689
...
- Fix #689
- Thank you @SebastianOner
2019-01-23 14:03:30 +08:00
dimgrichr
31bf10f29f
Cyclic Redundancy Check Algorithm
...
Implementation of a CRC algorithm, used in order to examine received messages/packets for any errors. This type of algorithms, is widely used in networks.
2019-01-15 14:32:01 +02:00
dimgrichr
8bd630f4c5
Delete CRCAlgorithm.java
2019-01-15 14:28:47 +02:00
dimgrichr
d4b6725699
Cyclic redundancy check Algorithm
...
Implementation of an CRC Algorithm, used in order to examine already received packets/messages.
2019-01-15 14:27:31 +02:00
Libin Yang
2d383bf48e
Update Palindrome.java
2018-12-24 10:01:45 +08:00
jasonptong
a5bf69fcbd
Update Palindrome.java
...
Test cases where String x is null or has a length of 0 or 1 for FirstWay method.
2018-12-22 17:27:31 -08:00
SunggyuLee
4f07881c42
recommand scanner method
2018-12-19 23:02:39 +09:00
Libin Yang
2deeb8bd85
Merge pull request #599 from shivg7706/scheduling
...
added scheduling algorithm
2018-10-27 15:31:37 +08:00
shivg7706
1e27a5d0b1
documentation
2018-10-27 12:59:00 +05:30
shivg7706
6092dfca79
added description about algorithm
2018-10-27 08:29:09 +05:30
shivg7706
7fc41e87d7
chnages
2018-10-27 08:24:42 +05:30
shivg7706
203f006e96
added scheduling algorithm
2018-10-26 17:32:49 +05:30
Libin Yang
24eadc63ea
Merge pull request #586 from rmakynen/master
...
Fixed Compiler warnings, closed the scanner and fixed some typos
2018-10-15 19:59:02 +08:00
_0
1177b54746
The function had cryptic variable names. Now it's more readable.
2018-10-15 11:52:08 +03:00
rmakynen
c6e6610909
Fixed Compiler warnings, closed the scanned and fixed some typos
2018-10-15 09:21:30 +03:00
Libin Yang
a8f3e5a758
Merge pull request #563 from rmakynen/master
...
Updated comments for the Fibonacci sequence
2018-10-09 23:54:38 +08:00
rmakynen
c75fce171b
Updated comments for the Fibonacci sequence
2018-10-09 15:29:40 +03:00
Libin Yang
d33c84fa06
Merge pull request #558 from rmakynen/master
...
Added an explanation to SkylineProblem
2018-10-09 14:43:36 +08:00
rmakynen
efae9fb317
Updated brackets
2018-10-09 09:16:00 +03:00
rmakynen
f98e3c06bd
Updated brackets
2018-10-09 09:09:38 +03:00