Commit Graph

123 Commits

Author SHA1 Message Date
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
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