Commit Graph

93 Commits

Author SHA1 Message Date
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
rmakynen
57fbbcd836
Updated the format of brackets 2018-10-09 09:07:56 +03:00
rmakynen
66c6353705
Update Dijkstra.java 2018-10-09 09:05:59 +03:00
rmakynen
c9d0aa1290 New Dijkstra's algorithm with better comments. 2018-10-08 19:17:56 +03:00
rmakynen
d2d0b785c3 test 2018-10-08 19:16:15 +03:00
rmakynen
6cfc760e30 Added a new Dijkstra's algorithm. 2018-10-08 19:14:47 +03:00
rmakynen
c7ca13b961 Added a new Dijkstra's algorithm. The code and comments should be more
readable.
2018-10-08 19:13:19 +03:00
Lucas Contini
7ed62a9930
Improved readability 2018-10-08 10:13:08 -03:00
Christian Bender
161791d4a5 fixed bug in method gcd(int, int) 2018-07-25 17:07:34 +02:00
Christian Bender
2029156863
Merge pull request #311 from sangjun2/master
implement SkylineProblem
2018-07-16 23:55:28 +02:00
Christian Bender
43d3a56a3f
Merge pull request #406 from Lisanaaa/master
Thanks for your efort.
2018-04-11 17:35:32 +02:00
Keqi Huang
0cf0aba68a
Update TopKWords.java 2018-04-09 09:16:06 -05:00
Keqi Huang
68d945077e
Update TopKWords.java
All has been improved according to your advice.
2018-04-08 17:04:17 -05:00
Keqi Huang
df1b68b9ee
Create TopKWords.java 2018-04-04 16:49:14 -05:00
Christian Bender
258e64d1f7
Merge pull request #265 from Kromzem/master
Perlin-Noise-Algorithm added
2018-04-02 17:04:14 +02:00
Christian Bender
63bba807a6
Merge pull request #218 from AKS1996/master
Additional files similiar to TheAlgorithms/Python
2018-03-31 16:57:44 +02:00
Christian Bender
03dad512cc
Merge pull request #290 from sahilb2/master
Added peekFront and peekBack functions
2018-03-31 16:38:25 +02:00
sahilb2
bdc59aa4ea Merge remote-tracking branch 'upstream/master' 2018-02-06 01:03:22 -06:00
Prasoon
6f9867a765 Resolve the conflict of #146 2018-02-03 11:44:46 +05:30
Prasoon
f1200c06ce Fix a logical error 2018-01-31 16:00:04 +05:30
Prasoon
2638ce6396 Set method to private 2018-01-31 15:59:28 +05:30
Prasoon
206b9aa75f Change access specifier to private 2018-01-24 21:28:38 +05:30